소스 검색

Nouveau système PriceUtils

feature/export_comptable
Guillaume 4 년 전
부모
커밋
1a6f878d44
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      ShopBundle/Services/Price/OrderShopPriceUtils.php

+ 1
- 1
ShopBundle/Services/Price/OrderShopPriceUtils.php 파일 보기

@@ -82,7 +82,7 @@ class OrderShopPriceUtils implements OrderShopPriceUtilsInterface

$totalReductionAmount = 0 ;
foreach ($orderShop->getOrderReductionCarts() as $orderReductionCart) {
$totalReductionAmount += $this->amountOrderProductsReductionCart($orderShop,$orderReductionCart);
$totalReductionAmount += $this->getOrderProductsReductionCartAmountWithoutTax($orderShop,$orderReductionCart);
}

$total -= $totalReductionAmount ;

Loading…
취소
저장