Merge lp:~therp-nl/banking-addons/6.1-girotel-typo-starswith into lp:banking-addons/6.1

Proposed by Stefan Rijnhart (Opener)
Status: Merged
Merged at revision: 138
Proposed branch: lp:~therp-nl/banking-addons/6.1-girotel-typo-starswith
Merge into: lp:banking-addons/6.1
Diff against target: 12 lines (+1/-1)
1 file modified
account_banking_nl_girotel/girotel.py (+1/-1)
To merge this branch: bzr merge lp:~therp-nl/banking-addons/6.1-girotel-typo-starswith
Reviewer Review Type Date Requested Status
Banking Addons Core Editors Pending
Review via email: mp+114007@code.launchpad.net
To post a comment you must log in.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'account_banking_nl_girotel/girotel.py'
2--- account_banking_nl_girotel/girotel.py 2012-01-17 08:48:10 +0000
3+++ account_banking_nl_girotel/girotel.py 2012-07-09 17:11:23 +0000
4@@ -194,7 +194,7 @@
5 '''
6 if self.transfer_type == 'VZ':
7 # Credit bank costs (interest) gets a special treatment.
8- if self.remote_owner.starswith('RC AFREK. REK. '):
9+ if self.remote_owner.startswith('RC AFREK. REK. '):
10 self.transfer_type = 'DV'
11
12 if self.transfer_type == 'DV':

Subscribers

People subscribed via source and target branches