Merge pull request #19740 from iouston/patch-1

minor change on getNextNumRef doc block
This commit is contained in:
Laurent Destailleur 2022-01-06 10:54:38 +01:00 committed by GitHub
commit 542731ca51
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 * @param Societe $soc Thirdparty object
* @return string Free reference for contract * @return string Free reference for expedition
*/ */
public function getNextNumRef($soc) public function getNextNumRef($soc)
{ {