2
0
forked from Wavyzz/dolibarr

Correction gestion num commande fournisseur

This commit is contained in:
Laurent Destailleur
2006-11-07 23:39:29 +00:00
parent 3a47b0af19
commit 6597144a2e
7 changed files with 153 additions and 112 deletions

View File

@@ -96,7 +96,7 @@ class mod_commande_marbre extends ModeleNumRefCommandes
/** \brief Renvoi prochaine valeur attribu<62>e
* \return string Valeur
*/
function getNextValue()
function getNextValue($soc)
{
global $db;
@@ -149,7 +149,7 @@ class mod_commande_marbre extends ModeleNumRefCommandes
*/
function commande_get_num($objsoc=0)
{
return $this->getNextValue();
return $this->getNextValue($objsoc);
}
}