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

fix: discount#9

Übergeordneter ccad9c8f
No related branches found
No related tags found
Keine zugehörigen Merge Requests gefunden
......@@ -635,8 +635,9 @@ public function getProductPrice(
\floatval($priceFactorSum * $Product->getQuantity())
);
$nettoPrice = $nettoPrice + $priceFactorSum;
$priceFactorArray = $PriceFactor->toArray();
$nettoPrice = $nettoPrice + $priceFactorSum;
$nettoPriceNotRounded = $nettoPriceNotRounded + $priceFactorSum;
$priceFactorArray = $PriceFactor->toArray();
$priceFactorArray['sum'] = $priceFactorSum;
......
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