Fix: Country not shown

This commit is contained in:
Laurent Destailleur 2008-06-09 19:32:39 +00:00
parent 394b3375a1
commit 54683f3f18

View File

@ -995,6 +995,7 @@ else
// Country
print '<tr><td>'.$langs->trans("Country").'</td><td colspan="3">';
if ($soc->isInEEC()) print $form->textwithhelp($soc->pays,$langs->trans("CountryIsInEEC"),1,0);
else print $soc->pays;
print '</td></tr>';
print '<tr><td>'.$langs->trans('State').'</td><td colspan="3">'.$soc->departement.'</td>';