Просмотр исходного кода

Correctif priceUtils #290

feature/export_comptable
Guillaume 4 лет назад
Родитель
Сommit
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') {

Загрузка…
Отмена
Сохранить