Просмотр исходного кода

Correctif commande montant positif

feature/export_comptable
Guillaume 4 лет назад
Родитель
Сommit
8d5b8dda60
1 измененных файлов: 1 добавлений и 1 удалений
  1. +1
    -1
      ShopBundle/Services/Order/OrderUtils.php

+ 1
- 1
ShopBundle/Services/Order/OrderUtils.php Просмотреть файл

@@ -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)

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