From 7272ee806ec664924a1537848cfe4298a596a41a Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Mon, 19 Mar 2018 12:55:13 +0100 Subject: [PATCH] Fix field not mandatory --- htdocs/admin/accountant.php | 1 - 1 file changed, 1 deletion(-) diff --git a/htdocs/admin/accountant.php b/htdocs/admin/accountant.php index 22f42ff0214..e7733e64941 100644 --- a/htdocs/admin/accountant.php +++ b/htdocs/admin/accountant.php @@ -211,7 +211,6 @@ else print $img?$img.' ':''; print getCountry($conf->global->MAIN_INFO_ACCOUNTANT_COUNTRY,1); } - else print img_warning().' '.$langs->trans("ErrorFieldRequired",$langs->transnoentitiesnoconv("Country")).''; print '';