Merge pull request #17423 from FHenry/dev_new_notif_trigger

Add ORDER_CREATE trigger for notificiation
This commit is contained in:
Laurent Destailleur 2021-04-28 21:39:45 +02:00 committed by GitHub
commit 9934e28c2a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -34,6 +34,7 @@ class InterfaceNotification extends DolibarrTriggers
public $listofmanagedevents = array(
'BILL_VALIDATE',
'BILL_PAYED',
'ORDER_CREATE',
'ORDER_VALIDATE',
'PROPAL_VALIDATE',
'PROPAL_CLOSE_SIGNED',