Преглед на файлове

PriceUtils : correctif getPriceByRefUnitWithTaxAndReduction

develop
Guillaume преди 3 години
родител
ревизия
061cd00e3e
променени са 1 файла, в които са добавени 5 реда и са изтрити 3 реда
  1. +5
    -3
      ShopBundle/Services/Price/ProductPriceUtils.php

+ 5
- 3
ShopBundle/Services/Price/ProductPriceUtils.php Целия файл

@@ -67,12 +67,14 @@ class ProductPriceUtils
public function getPriceByRefUnitWithTaxAndReduction(ProductPropertyInterface $product)
{

return $this->applyReductionCatalog(
return ($this->getPriceByRefUnitWithTax($product) * $this->getPriceWithTaxAndReduction($product))
/ $this->getPriceWithTax($product) ;

/*return $this->applyReductionCatalog(
$product,
$this->getPriceByRefUnit($product),
$this->getPriceByRefUnitWithTax($product)
);

);*/
}



Loading…
Отказ
Запис