diff --git a/htdocs/compta/bank/account.class.php b/htdocs/compta/bank/account.class.php index 1a12d8450f4..f86444d1a85 100644 --- a/htdocs/compta/bank/account.class.php +++ b/htdocs/compta/bank/account.class.php @@ -848,8 +848,9 @@ class Account extends CommonObject { $country_code=$this->getCountryCode(); - if ($country_code == 'FR') return true; - if ($country_code == 'ES') return true; + if ($country_code == 'FR') return true; // France + if ($country_code == 'ES') return true; // Spain + if ($country_code == 'GA') return true; // Gabon return false; }