auftrag DB % 2 decimals

This commit is contained in:
OpenXE 2023-11-12 12:11:19 +01:00
parent 7d0a5a0eee
commit 54fe339c65

View File

@ -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,
";
}