change tirrger name to harmonised

This commit is contained in:
florian HENRY 2016-05-20 20:12:23 +02:00
parent 82d6f4c808
commit acdf781202

View File

@ -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;
}