Works on module hook integration

This commit is contained in:
Regis Houssin
2010-09-10 09:52:08 +00:00
parent 548210a9e3
commit 5cbde19432
6 changed files with 53 additions and 47 deletions

View File

@@ -198,6 +198,10 @@ class InterfaceDemo
{
dol_syslog("Trigger '".$this->name."' for action '$action' launched by ".__FILE__.". id=".$object->id);
}
elseif ($action == 'ORDER_CLONE')
{
dol_syslog("Trigger '".$this->name."' for action '$action' launched by ".__FILE__.". id=".$object->id);
}
elseif ($action == 'ORDER_VALIDATE')
{
dol_syslog("Trigger '".$this->name."' for action '$action' launched by ".__FILE__.". id=".$object->id);