소스 검색

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)

Loading…
취소
저장