ソースを参照

Processus de commande

feature/export_comptable
Fab 4年前
コミット
77f934cf87
1個のファイルの変更0行の追加14行の削除
  1. +0
    -14
      ShopBundle/Services/Price/OrderProductPriceUtils.php

+ 0
- 14
ShopBundle/Services/Price/OrderProductPriceUtils.php ファイルの表示

@@ -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);

読み込み中…
キャンセル
保存