← Back to team overview

banking-addons-team team mailing list archive

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

 

Stefan Rijnhart (Therp) has proposed merging lp:~therp-nl/banking-addons/6.1-girotel-typo-starswith into lp:banking-addons.

Requested reviews:
  Banking Addons Team (banking-addons-team)

For more details, see:
https://code.launchpad.net/~therp-nl/banking-addons/6.1-girotel-typo-starswith/+merge/114007
-- 
https://code.launchpad.net/~therp-nl/banking-addons/6.1-girotel-typo-starswith/+merge/114007
Your team Banking Addons Team is requested to review the proposed merge of lp:~therp-nl/banking-addons/6.1-girotel-typo-starswith into lp:banking-addons.
=== 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:06:19 +0000
@@ -194,7 +194,7 @@
         '''
         if self.transfer_type == 'VZ':
             # Credit bank costs (interest) gets a special treatment.
-            if self.remote_owner.starswith('RC AFREK.  REK. '):
+            if self.remote_owner.startswith('RC AFREK.  REK. '):
                 self.transfer_type = 'DV'
 
         if self.transfer_type == 'DV':


Follow ups