From e0f248c291b5108230061b945b2571a17b309a57 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sat, 16 Dec 2006 14:00:08 +0000 Subject: [PATCH] =?UTF-8?q?L'appel=20des=20triggers=20se=20fait=20une=20fo?= =?UTF-8?q?is=20tous=20les=20traitement=20m=E9tiers=20interne=20termin=E9s?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- htdocs/facture.class.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/htdocs/facture.class.php b/htdocs/facture.class.php index 10f3282ba90..9f7200b6c73 100644 --- a/htdocs/facture.class.php +++ b/htdocs/facture.class.php @@ -1543,14 +1543,14 @@ class Facture extends CommonObject return -1; } + $result=$this->update_price($this->id); + // Appel des triggers include_once(DOL_DOCUMENT_ROOT . "/interfaces.class.php"); $interface=new Interfaces($this->db); $result = $interface->run_triggers('LINEBILL_DELETE',$this,$user,$langs,$conf); // Fin appel triggers - $result=$this->update_price($this->id); - $this->db->commit(); return 1;