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
*
* @param objsoc third party object
* @param contract contract object
* @return string Value if OK, 0 if KO
* @param Societe $objsoc third party object
* @param Object $contract contract object
* @return string Value if OK, 0 if KO
*/
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 objforref Object for number to search
* @return string Next free value
* @param Societe $objsoc third party object
* @param Object $objforref contract object
* @return string Value if OK, 0 if KO
*/
function contract_get_num($objsoc,$objforref)
{

View File

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