fix: le pays n'tait pas sauvegard

This commit is contained in:
Regis Houssin 2006-02-27 19:26:24 +00:00
parent adc96532b7
commit 4b85b30d9b

View File

@ -211,7 +211,7 @@ else
print '<td width="25%">'.$langs->trans('Town').'</td><td width="25%">'.$entrepot->ville.'</td></tr>';
print '<tr><td>'.$langs->trans('Country').'</td><td colspan="3">';
$entrepot->pays;
$entrepot->pays_id;
print '</td></tr>';
print '<tr><td width="20%">'.$langs->trans("Status").'</td><td colspan="3">'.$entrepot->statuts[$entrepot->statut].'</td></tr>';