Bläddra i källkod

Correctif priceUtils #290

feature/export_comptable
Guillaume 4 år sedan
förälder
incheckning
577ee919fe
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. +1
    -1
      ShopBundle/Services/PriceUtils.php

+ 1
- 1
ShopBundle/Services/PriceUtils.php Visa fil

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

Laddar…
Avbryt
Spara