2
0
forked from Wavyzz/dolibarr

Fix: product lines with parent line better works

Fix: add trigger LINEPROPAL_DELETE
This commit is contained in:
Regis Houssin
2011-04-07 10:18:41 +00:00
parent a85c726100
commit 914e4a4bf1
6 changed files with 40 additions and 10 deletions

View File

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