Browse Source

OrderUtils : eventOrderShopChangeQuantity

feature/export_comptable
Guillaume 4 years ago
parent
commit
d88d8a3b6e
1 changed files with 7 additions and 0 deletions
  1. +7
    -0
      ShopBundle/Services/Order/OrderUtils.php

+ 7
- 0
ShopBundle/Services/Order/OrderUtils.php View File

if ($persist) { if ($persist) {
$this->em->flush(); $this->em->flush();
} }

$this->eventOrderShopChangeQuantity($orderShop) ;
} }
} }
else { else {
return $orderProductsByProductFamily; return $orderProductsByProductFamily;
} }


public function eventOrderShopChangeQuantity(OrderShopInterface $orderShop)
{

}

} }

Loading…
Cancel
Save