add comment to parameter

This commit is contained in:
Vincent Dieltiens 2022-01-06 10:41:38 +01:00
parent 9ef2735520
commit e58d783ced

View File

@ -172,7 +172,7 @@ class PaymentTerm // extends CommonObject
* Load object in memory from database
*
* @param int $id Id object
* @param string $code
* @param string $code Code object
* @return int <0 if KO, >0 if OK
*/
public function fetch($id, $code = '')