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-19 04:44:21 +00:00
parent a2bf93c67c
commit 229c710c85

View File

@ -353,7 +353,7 @@ class mod_codeclient_tigre extends ModeleThirdPartyCode
$maskRebuild .= $maskElement[$i]; $maskRebuild .= $maskElement[$i];
$foundCounter = 1; $foundCounter = 1;
} }
else else if ($i == count($maskElement) && !eregi('\{0+\}',$maskElement[$i]) && $foundCounter == 0)
{ {
$error++; $error++;
} }