Remove failure test on trigger
This commit is contained in:
parent
00779dd8fa
commit
0c382ef97e
@ -441,8 +441,6 @@ class InterfaceDemo
|
|||||||
}
|
}
|
||||||
elseif ($action == 'LINEBILL_SUPPLIER_DELETE')
|
elseif ($action == 'LINEBILL_SUPPLIER_DELETE')
|
||||||
{
|
{
|
||||||
$object->error='Erreur trigger';
|
|
||||||
return -1;
|
|
||||||
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