Skip to content

Commit

Permalink
Remove failure test on trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
KreizIT committed Jun 24, 2014
1 parent 00779dd commit 0c382ef
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions htdocs/core/triggers/interface_90_all_Demo.class.php-NORUN
Expand Up @@ -441,8 +441,6 @@ class InterfaceDemo
}
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);
}

Expand Down

0 comments on commit 0c382ef

Please sign in to comment.