Procházet zdrojové kódy

Nouveau système PriceUtils

feature/export_comptable
Guillaume před 4 roky
rodič
revize
1a6f878d44
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. +1
    -1
      ShopBundle/Services/Price/OrderShopPriceUtils.php

+ 1
- 1
ShopBundle/Services/Price/OrderShopPriceUtils.php Zobrazit soubor

@@ -82,7 +82,7 @@ class OrderShopPriceUtils implements OrderShopPriceUtilsInterface

$totalReductionAmount = 0 ;
foreach ($orderShop->getOrderReductionCarts() as $orderReductionCart) {
$totalReductionAmount += $this->amountOrderProductsReductionCart($orderShop,$orderReductionCart);
$totalReductionAmount += $this->getOrderProductsReductionCartAmountWithoutTax($orderShop,$orderReductionCart);
}

$total -= $totalReductionAmount ;

Načítá se…
Zrušit
Uložit