This commit is contained in:
Laurent Destailleur 2012-03-16 09:35:59 +01:00
parent 6e864bc992
commit 46d08a9d3b
2 changed files with 14 additions and 14 deletions

View File

@ -93,9 +93,9 @@ class mod_contract_magre extends ModelNumRefContracts
/** /**
* Return next value * Return next value
* *
* @param objsoc third party object * @param Societe $objsoc third party object
* @param contract contract object * @param Object $contract contract object
* @return string Value if OK, 0 if KO * @return string Value if OK, 0 if KO
*/ */
function getNextValue($objsoc,$contract) function getNextValue($objsoc,$contract)
{ {
@ -117,11 +117,11 @@ class mod_contract_magre extends ModelNumRefContracts
} }
/** /**
* Return next free value * Return next value
* *
* @param objsoc Object third party * @param Societe $objsoc third party object
* @param objforref Object for number to search * @param Object $objforref contract object
* @return string Next free value * @return string Value if OK, 0 if KO
*/ */
function contract_get_num($objsoc,$objforref) function contract_get_num($objsoc,$objforref)
{ {

View File

@ -93,9 +93,9 @@ class mod_contract_serpis extends ModelNumRefContracts
/** /**
* Return next value * Return next value
* *
* @param objsoc third party object * @param Societe $objsoc third party object
* @param contract contract object * @param Object $contract contract object
* @return string Value if OK, 0 if KO * @return string Value if OK, 0 if KO
*/ */
function getNextValue($objsoc,$contract) function getNextValue($objsoc,$contract)
{ {
@ -130,11 +130,11 @@ class mod_contract_serpis extends ModelNumRefContracts
/** /**
* Return next free value * Return next value
* *
* @param objsoc Object third party * @param Societe $objsoc third party object
* @param objforref Object for number to search * @param Object $objforref contract object
* @return string Next free value * @return string Value if OK, 0 if KO
*/ */
function contract_get_num($objsoc,$objforref) function contract_get_num($objsoc,$objforref)
{ {