Skip to content

Commit

Permalink
Merge branch 'patch-2' of https://github.com/open-minds/dolibarr into…
Browse files Browse the repository at this point in the history
… open-minds-patch-2
  • Loading branch information
eldy committed Sep 5, 2015
2 parents 51c5e01 + 11241c5 commit 6ac4b8d
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 6ac4b8d

Please sign in to comment.