소스 검색

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…
취소
저장