Pārlūkot izejas kodu

Correctif commande montant positif

feature/export_comptable
Guillaume pirms 4 gadiem
vecāks
revīzija
8d5b8dda60
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. +1
    -1
      ShopBundle/Services/Order/OrderUtils.php

+ 1
- 1
ShopBundle/Services/Order/OrderUtils.php Parādīt failu

@@ -356,7 +356,7 @@ class OrderUtils

public function isOrderShopPositiveAmount(OrderShopInterface $orderShop)
{
return $this->priceUtils->getTotalWithTax($orderShop) > 0 ;
return $this->priceUtils->getTotalWithTax($orderShop) >= 0 ;
}

public function eventOrderShopChangeQuantity(OrderShopInterface $orderShop)

Notiek ielāde…
Atcelt
Saglabāt