Selaa lähdekoodia

Processus de commande

feature/export_comptable
Fab 4 vuotta sitten
vanhempi
commit
77f934cf87
1 muutettua tiedostoa jossa 0 lisäystä ja 14 poistoa
  1. +0
    -14
      ShopBundle/Services/Price/OrderProductPriceUtils.php

+ 0
- 14
ShopBundle/Services/Price/OrderProductPriceUtils.php Näytä tiedosto

@@ -44,20 +44,6 @@ class OrderProductPriceUtils

}

public function getPriceByRefUnit(OrderProductInterface $orderProduct)
{
return ($this->getPrice($orderProduct) * $orderProduct->getUnit()->getCoefficient()) / $orderProduct->getQuantityProduct();
}

public function getPriceByRefUnitWithTax(OrderProductInterface $orderProduct)
{
return $this->applyTax(
$this->getPriceByRefUnit($orderProduct),
$orderProduct->getTaxRate()->getValue()
);

}

public function getTotal(OrderProductInterface $orderProduct)
{
return $orderProduct->getQuantityOrder() * $this->getPrice($orderProduct);

Loading…
Peruuta
Tallenna