Fix field not mandatory

This commit is contained in:
Laurent Destailleur 2018-03-19 12:55:13 +01:00
parent ae17ce6f9a
commit 7272ee806e

View File

@ -211,7 +211,6 @@ else
print $img?$img.' ':'';
print getCountry($conf->global->MAIN_INFO_ACCOUNTANT_COUNTRY,1);
}
else print img_warning().' <font class="error">'.$langs->trans("ErrorFieldRequired",$langs->transnoentitiesnoconv("Country")).'</font>';
print '</td></tr>';