Fix : contact default country

This commit is contained in:
Maxime Kohlhaas 2012-11-28 15:34:42 +01:00
parent 2f743cd7f8
commit a9941480f1

View File

@ -461,7 +461,7 @@ else
// Country
print '<tr><td>'.$langs->trans("Country").'</td><td colspan="'.$colspan.'">';
print $form->select_country((isset($_POST["country_id"])?$_POST["country_id"]:$object->fk_pays),'country_id');
print $form->select_country((isset($_POST["country_id"])?$_POST["country_id"]:$object->country_id),'country_id');
if ($user->admin) print info_admin($langs->trans("YouCanChangeValuesForThisListFromDictionnarySetup"),1);
print '</td></tr>';