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

OrderUtils : isOrderProductAvailable

feature/export_comptable
Guillaume преди 4 години
родител
ревизия
5b5a0d991d
променени са 1 файла, в които са добавени 5 реда и са изтрити 0 реда
  1. +5
    -0
      ShopBundle/Services/Order/OrderUtils.php

+ 5
- 0
ShopBundle/Services/Order/OrderUtils.php Целия файл

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

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