From bb5d3bc42144ac54220b2542d27243c26bea57fa Mon Sep 17 00:00:00 2001 From: fcharpentier Date: Mon, 17 May 2010 16:24:19 +0000 Subject: [PATCH] Update trigger on shipping validation to rename action 'DELIVERY_VALIDATE' --- htdocs/expedition/class/expedition.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/expedition/class/expedition.class.php b/htdocs/expedition/class/expedition.class.php index fdb23fbad2c..2c72b09ff3b 100644 --- a/htdocs/expedition/class/expedition.class.php +++ b/htdocs/expedition/class/expedition.class.php @@ -463,7 +463,7 @@ class Expedition extends CommonObject // Appel des triggers include_once(DOL_DOCUMENT_ROOT . "/core/class/interfaces.class.php"); $interface=new Interfaces($this->db); - $result=$interface->run_triggers('ORDER_SHIPPING',$this,$user,$langs,$conf); + $result=$interface->run_triggers('DELIVERY_VALIDATE',$this,$user,$langs,$conf); if ($result < 0) { $error++; $this->errors=$interface->errors; } // Fin appel triggers }