Parcourir la source

OrderUtils : eventOrderShopChangeQuantity

feature/export_comptable
Guillaume il y a 4 ans
Parent
révision
d88d8a3b6e
1 fichiers modifiés avec 7 ajouts et 0 suppressions
  1. +7
    -0
      ShopBundle/Services/Order/OrderUtils.php

+ 7
- 0
ShopBundle/Services/Order/OrderUtils.php Voir le fichier

@@ -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)
{

}

}

Chargement…
Annuler
Enregistrer