ソースを参照

Correctif commande montant positif

feature/export_comptable
Guillaume 4年前
コミット
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)

読み込み中…
キャンセル
保存