Pārlūkot izejas kodu

OrderUtils : isOrderProductAvailable

feature/export_comptable
Guillaume pirms 4 gadiem
vecāks
revīzija
5b5a0d991d
1 mainītis faili ar 5 papildinājumiem un 0 dzēšanām
  1. +5
    -0
      ShopBundle/Services/Order/OrderUtils.php

+ 5
- 0
ShopBundle/Services/Order/OrderUtils.php Parādīt failu

@@ -540,6 +540,11 @@ class OrderUtils
return false ;
}

public function isOrderProductAvailable(OrderProductInterface $orderProduct)
{
return $this->isProductAvailable($orderProduct->getProduct(), $orderProduct->getQuantityOrder()) ;
}

public function isOrderProductAvailableAddCart(OrderProductInterface $orderProduct, $orderShop = null)
{
$product = $orderProduct->getProduct() ;

Notiek ielāde…
Atcelt
Saglabāt