Fab 2 лет назад
Родитель
Сommit
7a05f2ead0
1 измененных файлов: 2 добавлений и 1 удалений
  1. +2
    -1
      Solver/Price/OrderShopPriceSolver.php

+ 2
- 1
Solver/Price/OrderShopPriceSolver.php Просмотреть файл

@@ -145,7 +145,8 @@ class OrderShopPriceSolver
{
$total = 0;
foreach ($orderProducts as $orderProduct) {
$total += $this->orderProductPriceResolver->getTotalWithTaxAndReduction($orderProduct, false);
//TODO : ici c'est pas possibble de mettre roud à false sinon ça fou une merde du tonnerre de dieu !!!!!
$total += $this->orderProductPriceResolver->getTotalWithTaxAndReduction($orderProduct);
}

return $this->round($total);

Загрузка…
Отмена
Сохранить