task #4146 : Ajout d'un 4eme champ identifiant professionnel

This commit is contained in:
Laurent Destailleur
2007-02-10 13:43:49 +00:00
parent ab353c80ea
commit e2e3119297
3 changed files with 97 additions and 71 deletions

View File

@@ -1463,7 +1463,7 @@ class Form
if ($idprof==1 && $soc->pays_code == 'FR') $formlength=9;
if ($idprof==2 && $soc->pays_code == 'FR') $formlength=14;
if ($idprof==3 && $soc->pays_code == 'FR') $formlength=4;
if ($idprof==4 && $soc->pays_code == 'FR') $formlength=4;
if ($idprof==4 && $soc->pays_code == 'FR') $formlength=12;
print '<input type="text" name="'.$htmlname.'" size="'.($formlength+1).'" maxlength="'.$formlength.'" value="'.$selected.'">';
}