Added missing parameter comment

This commit is contained in:
Tim Otte 2019-08-06 15:33:26 +02:00
parent 97223bf2eb
commit 22202c2d27

View File

@ -441,6 +441,7 @@ class Expedition extends CommonObject
* @param int $entrepot_id Id of warehouse
* @param int $origin_line_id Id of source line
* @param int $qty Quantity
* @param int $rang Rang
* @param array $array_options extrafields array
* @return int <0 if KO, line_id if OK
*/