diff --git a/htdocs/expedition/class/expedition.class.php b/htdocs/expedition/class/expedition.class.php index afe9a368f27..87581cea1ac 100644 --- a/htdocs/expedition/class/expedition.class.php +++ b/htdocs/expedition/class/expedition.class.php @@ -2438,7 +2438,9 @@ class ExpeditionLigne extends CommonObjectLine /** * Update a line in database - * + * + * @param User $user User that modify + * @param int $notrigger 1 = disable triggers * @return int < 0 if KO, > 0 if OK */ function update($user = null, $notrigger = 0)