minor change on getNextNumRef doc block

This commit is contained in:
iouston 2022-01-04 16:44:13 +01:00 committed by GitHub
parent 7228c762cd
commit f91c376a7c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -225,10 +225,10 @@ class Expedition extends CommonObject
}
/**
* Return next contract ref
* Return next expedition ref
*
* @param Societe $soc Thirdparty object
* @return string Free reference for contract
* @return string Free reference for expedition
*/
public function getNextNumRef($soc)
{