diff --git a/htdocs/core/class/commonobject.class.php b/htdocs/core/class/commonobject.class.php index 73220505692..8ab59689976 100644 --- a/htdocs/core/class/commonobject.class.php +++ b/htdocs/core/class/commonobject.class.php @@ -2303,7 +2303,7 @@ abstract class CommonObject // Call triggers if (get_class($this) == 'Commande') { $result = $this->call_trigger('ORDER_MODIFY', $user); - }else{ + } else { $result = $this->call_trigger(strtoupper(get_class($this)).'_MODIFY', $user); } if ($result < 0) {