Fix: add Gabon

This commit is contained in:
Regis Houssin 2009-11-03 14:46:57 +00:00
parent f750c4832e
commit e9e2e66ffc

View File

@ -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;
}