Début ajout du modèle personnalisable "tigre" avec numérotation automatique pour les codes clients et fournisseurs.

This commit is contained in:
Regis Houssin 2007-09-18 20:48:31 +00:00
parent 2ff6e99c03
commit 9b06115028

View File

@ -116,7 +116,7 @@ class mod_codeclient_tigre extends ModeleThirdPartyCode
} }
else else
{ {
$example = $this->getNextValue($objsoc,1);//."<br>".$this->getNextValue($objsoc,2); $example = $this->getNextValue($objsoc,1)."<br>".$this->getNextValue($objsoc,2);
} }
return $example; return $example;
} }