Skip to content
Snippets Groups Projects
Commit ce17ee2b authored by Laurent Destailleur's avatar Laurent Destailleur
Browse files

git push origin developMerge branch 'open-minds-patch-2' into develop

parents 51c5e012 6ac4b8d0
No related branches found
No related tags found
No related merge requests found
......@@ -1089,7 +1089,7 @@ class Account extends CommonObject
$country_code=$this->getCountryCode();
if (in_array($country_code,array('CH','DE','FR','ES','GA','IT'))) return 1; // France, Spain, Gabon
if (in_array($country_code,array('AU','BE','CA','DK','GR','GB','ID','IE','IR','KR','NL','NZ','UK','US'))) return 2; // Australia, Great Britain...
if (in_array($country_code,array('AU','CA','DK','GR','GB','ID','IE','IR','KR','NL','NZ','UK','US'))) return 2; // Australia, Great Britain...
return 0;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment