ソースを参照

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

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