Преглед изворни кода

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…
Откажи
Сачувај