Skip to content
Code-Schnipsel Gruppen Projekte
Commit 02fc55c5 erstellt von Henning Leutz's avatar Henning Leutz :martial_arts_uniform:
Dateien durchsuchen

Merge branch 'next-1.x' into '1.x'

fix: quiqqer/erp#100

See merge request !104
Übergeordnete 0c558447 af480831
No related branches found
Tags 3.7.2
1 Merge Request!104fix: quiqqer/erp#100
Pipeline #8656 bestanden mit Phase
in 46 Sekunden
......@@ -535,6 +535,8 @@ public function calcArticlePrice(Article $Article, $callback = false)
}
$nettoPrice = $Article->getUnitPriceUnRounded()->value();
$nettoPrice = round($nettoPrice, $Currency->getPrecision());
$vat = $Article->getVat();
$basisNettoPrice = $nettoPrice;
$nettoSubSum = $this->round($nettoPrice * $Article->getQuantity());
......
0% oder .
You are about to add 0 people to the discussion. Proceed with caution.
Bearbeitung dieser Nachricht zuerst beenden!
Bitte registrieren oder zum Kommentieren