Fix var init
This commit is contained in:
parent
4c1d857991
commit
35e5480f2f
@ -66,6 +66,8 @@ class InterfaceWorkflowManager extends DolibarrTriggers
|
|||||||
return 0; // Module not active, we do nothing
|
return 0; // Module not active, we do nothing
|
||||||
}
|
}
|
||||||
|
|
||||||
|
$ret = 0;
|
||||||
|
|
||||||
// Proposals to order
|
// Proposals to order
|
||||||
if ($action == 'PROPAL_CLOSE_SIGNED') {
|
if ($action == 'PROPAL_CLOSE_SIGNED') {
|
||||||
dol_syslog("Trigger '".$this->name."' for action '$action' launched by ".__FILE__.". id=".$object->id);
|
dol_syslog("Trigger '".$this->name."' for action '$action' launched by ".__FILE__.". id=".$object->id);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user