瀏覽代碼

OrderUtils : eventOrderShopChangeQuantity

feature/export_comptable
Guillaume 4 年之前
父節點
當前提交
d88d8a3b6e
共有 1 個文件被更改,包括 7 次插入0 次删除
  1. +7
    -0
      ShopBundle/Services/Order/OrderUtils.php

+ 7
- 0
ShopBundle/Services/Order/OrderUtils.php 查看文件

@@ -180,6 +180,8 @@ class OrderUtils
if ($persist) {
$this->em->flush();
}

$this->eventOrderShopChangeQuantity($orderShop) ;
}
}
else {
@@ -336,4 +338,9 @@ class OrderUtils
return $orderProductsByProductFamily;
}

public function eventOrderShopChangeQuantity(OrderShopInterface $orderShop)
{

}

}

Loading…
取消
儲存