Skip to content

Commit

Permalink
git push origin developMerge branch 'open-minds-patch-2' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
eldy committed Sep 5, 2015
2 parents 51c5e01 + 6ac4b8d commit ce17ee2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion htdocs/compta/bank/class/account.class.php
Expand Up @@ -1089,7 +1089,7 @@ function useDetailedBBAN()
$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;
}

Expand Down

0 comments on commit ce17ee2

Please sign in to comment.