瀏覽代碼

Correctif priceUtils #290

feature/export_comptable
Guillaume 4 年之前
父節點
當前提交
577ee919fe
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      ShopBundle/Services/PriceUtils.php

+ 1
- 1
ShopBundle/Services/PriceUtils.php 查看文件

@@ -220,7 +220,7 @@ class PriceUtils
$price,
$reductionCatalogValue
),
$this->getTaxRateInherited()->getValue()
$entity->getTaxRateInherited()->getValue()
);
}
elseif($reductionCatalogBehaviorTaxRate == 'tax-included') {

Loading…
取消
儲存