From 70ec9f70b74aed452e9544502894b9222388c34f Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sun, 6 Feb 2011 00:20:15 +0000 Subject: [PATCH] Comment --- htdocs/compta/facture/class/facture.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/compta/facture/class/facture.class.php b/htdocs/compta/facture/class/facture.class.php index 8680128266a..b505e67f777 100644 --- a/htdocs/compta/facture/class/facture.class.php +++ b/htdocs/compta/facture/class/facture.class.php @@ -911,7 +911,7 @@ class Facture extends CommonObject //// Call triggers //include_once(DOL_DOCUMENT_ROOT . "/core/class/interfaces.class.php"); //$interface=new Interfaces($this->db); - //$result=$interface->run_triggers('MYOBJECT_MODIFY',$this,$user,$langs,$conf); + //$result=$interface->run_triggers('BILL_MODIFY',$this,$user,$langs,$conf); //if ($result < 0) { $error++; $this->errors=$interface->errors; } //// End call triggers }