mirror of
https://github.com/OpenXE-org/OpenXE.git
synced 2024-12-25 06:00:28 +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')) {
|
if ($this->app->erp->RechteVorhanden('auftrag','einkaufspreise')) {
|
||||||
$sql .= $this->FormatPreis('einkaufspreis')." as einkaufspreis,
|
$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