Procházet zdrojové kódy

Correctif priceUtils #290

feature/export_comptable
Guillaume před 4 roky
rodič
revize
577ee919fe
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. +1
    -1
      ShopBundle/Services/PriceUtils.php

+ 1
- 1
ShopBundle/Services/PriceUtils.php Zobrazit soubor

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

Načítá se…
Zrušit
Uložit