Début ajout du modèle personnalisable "tigre" avec numérotation automatique pour les codes clients et fournisseurs.
This commit is contained in:
parent
2ff6e99c03
commit
9b06115028
@ -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;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user