Fix var init

This commit is contained in:
Laurent Destailleur 2021-09-03 10:58:43 +02:00
parent 4c1d857991
commit 35e5480f2f

View File

@ -66,6 +66,8 @@ class InterfaceWorkflowManager extends DolibarrTriggers
return 0; // Module not active, we do nothing
}
$ret = 0;
// Proposals to order
if ($action == 'PROPAL_CLOSE_SIGNED') {
dol_syslog("Trigger '".$this->name."' for action '$action' launched by ".__FILE__.". id=".$object->id);