From 862e83f4ecd489796b079a7912d33ea88407ff49 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Tue, 12 Dec 2006 20:04:58 +0000 Subject: [PATCH] =?UTF-8?q?Trigger=20LINEBILL=5FINSERT=20dans=20trigger=20?= =?UTF-8?q?de=20r=E9f=E9rence=20demo?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- htdocs/includes/triggers/interface_demo.class.php-NORUN | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/htdocs/includes/triggers/interface_demo.class.php-NORUN b/htdocs/includes/triggers/interface_demo.class.php-NORUN index 082afb4d0b7..7cf4303a1c7 100644 --- a/htdocs/includes/triggers/interface_demo.class.php-NORUN +++ b/htdocs/includes/triggers/interface_demo.class.php-NORUN @@ -255,6 +255,10 @@ class InterfaceDemo dolibarr_syslog("Trigger '".$this->name."' for action '$action' launched by ".__FILE__.". id=".$object->id); } elseif ($action == 'BILL_DELETE') + { + dolibarr_syslog("Trigger '".$this->name."' for action '$action' launched by ".__FILE__.". id=".$object->id); + } + elseif ($action == 'LINEBILL_INSERT') { dolibarr_syslog("Trigger '".$this->name."' for action '$action' launched by ".__FILE__.". id=".$object->id); }