Merge lp:~therp-nl/banking-addons/ba61-IE_BBAN_format into lp:banking-addons/6.1

Proposed by Stefan Rijnhart (Opener)
Status: Merged
Merged at revision: 185
Proposed branch: lp:~therp-nl/banking-addons/ba61-IE_BBAN_format
Merge into: lp:banking-addons/6.1
Diff against target: 12 lines (+1/-1)
1 file modified
account_banking/sepa/iban.py (+1/-1)
To merge this branch: bzr merge lp:~therp-nl/banking-addons/ba61-IE_BBAN_format
Reviewer Review Type Date Requested Status
Holger Brunn (Therp) code review Approve
Review via email: mp+187803@code.launchpad.net
To post a comment you must log in.
Revision history for this message
Holger Brunn (Therp) (hbrunn) :
review: Approve (code review)

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'account_banking/sepa/iban.py'
2--- account_banking/sepa/iban.py 2012-05-03 09:58:01 +0000
3+++ account_banking/sepa/iban.py 2013-09-26 14:31:49 +0000
4@@ -214,7 +214,7 @@
5 'GR': BBANFormat('BBBCCCCAAAAAAAAAAAAAAAA', '%B-%C-%A', nolz=True),
6 'HR': BBANFormat('BBBBBBBAAAAAAAAAA', '%B-%A'),
7 'HU': BBANFormat('BBBCCCCXAAAAAAAAAAAAAAAV', '%B%C%X %A%V'),
8- 'IE': BBANFormat('BBBBCCCCCCAAAAAAAAV', '%C %A%V'),
9+ 'IE': BBANFormat('BBBBCCCCCCAAAAAAAA', '%C %A'),
10 'IL': BBANFormat('BBBCCCAAAAAAAAAAAAA', '%C%A'),
11 # Iceland uses an extra identification number, split in two on
12 # display. Coded here as %P%V.

Subscribers

People subscribed via source and target branches