From acdf781202054005f70634f8624561eb595c40e9 Mon Sep 17 00:00:00 2001 From: florian HENRY Date: Fri, 20 May 2016 20:12:23 +0200 Subject: [PATCH] change tirrger name to harmonised --- 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 fd2d7ff1777..b9aaa01b667 100644 --- a/htdocs/expedition/class/expedition.class.php +++ b/htdocs/expedition/class/expedition.class.php @@ -1875,7 +1875,7 @@ class Expedition extends CommonObject $this->billed=0; // Call trigger - $result=$this->call_trigger('SHIPPING_REOPENED',$user); + $result=$this->call_trigger('SHIPPING_REOPEN',$user); if ($result < 0) { return -1; }