2
0
forked from Wavyzz/dolibarr
This commit is contained in:
Regis Houssin
2006-05-03 12:32:25 +00:00
parent 1b4d7acbe2
commit 54fb319676
2 changed files with 2 additions and 12 deletions

View File

@@ -133,7 +133,7 @@ function info()
* \param objsoc Objet soci<63>t<EFBFBD>
* \return string Texte descripif
*/
function commande_get_num($objsoc=0)
function getNumRef($objsoc=0)
{
return $this->getNextValue();
}

View File

@@ -75,7 +75,7 @@ class mod_propale_emeraude extends ModeleNumRefPropales
/** \brief Renvoi prochaine valeur attribu<62>e
* \return string Valeur
*/
function getNextValue()
function getNextValue($objsoc=0)
{
global $db,$conf;
@@ -130,16 +130,6 @@ class mod_propale_emeraude extends ModeleNumRefPropales
return "PR$yy$num";
}
/** \brief Renvoie la r<>f<EFBFBD>rence de commande suivante non utilis<69>e
* \param objsoc Objet soci<63>t<EFBFBD>
* \return string Texte descripif
*/
function commande_get_num($objsoc=0)
{
return $this->getNextValue();
}
}
?>