This commit is contained in:
Laurent Destailleur 2022-02-18 15:11:54 +01:00
parent e41e0f069a
commit 87a5defbd3

View File

@ -2329,7 +2329,7 @@ class Societe extends CommonObject
/**
* Return array of sales representatives
*
* @param User $user Object user
* @param User $user Object user (not used)
* @param int $mode 0=Array with properties, 1=Array of id.
* @param string $sortfield List of sort fields, separated by comma. Example: 't1.fielda,t2.fieldb'
* @param string $sortorder Sort order, separated by comma. Example: 'ASC,DESC';