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
=== modified file 'account_banking_nl_girotel/girotel.py'
--- account_banking_nl_girotel/girotel.py 2012-01-17 08:48:10 +0000
+++ account_banking_nl_girotel/girotel.py 2012-07-09 17:11:23 +0000
@@ -194,7 +194,7 @@
194 '''194 '''
195 if self.transfer_type == 'VZ':195 if self.transfer_type == 'VZ':
196 # Credit bank costs (interest) gets a special treatment.196 # Credit bank costs (interest) gets a special treatment.
197 if self.remote_owner.starswith('RC AFREK. REK. '):197 if self.remote_owner.startswith('RC AFREK. REK. '):
198 self.transfer_type = 'DV'198 self.transfer_type = 'DV'
199199
200 if self.transfer_type == 'DV':200 if self.transfer_type == 'DV':

Subscribers

People subscribed via source and target branches