mirror of
https://github.com/OpenXE-org/OpenXE.git
synced 2024-11-14 20:17:14 +01:00
auftrag DB % 2 decimals
This commit is contained in:
parent
7d0a5a0eee
commit
54fe339c65
@ -2588,7 +2588,7 @@ class YUI {
|
||||
|
||||
if ($this->app->erp->RechteVorhanden('auftrag','einkaufspreise')) {
|
||||
$sql .= $this->FormatPreis('einkaufspreis')." as einkaufspreis,
|
||||
CONCAT(ROUND(deckungsbeitrag*100),'%') AS DB,
|
||||
CONCAT(".$this->app->erp->FormatPreis("ROUND(deckungsbeitrag*100,2)",2).",'%') AS DB,
|
||||
";
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user