浏览代码

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') {

正在加载...
取消
保存