Ver código fonte

Correctif #14

develop
Fab 2 anos atrás
pai
commit
36f55bf066
1 arquivos alterados com 1 adições e 1 exclusões
  1. +1
    -1
      Solver/Price/OrderShopPriceSolver.php

+ 1
- 1
Solver/Price/OrderShopPriceSolver.php Ver arquivo

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


Carregando…
Cancelar
Salvar