← Back to team overview

clearcorp team mailing list archive

[Branch ~banking-addons-team/banking-addons/6.1] Rev 137: [FIX] Girotel: typo 'starswith'

 

------------------------------------------------------------
revno: 137
fixes bug: https://launchpad.net/bugs/1022634
committer: Stefan Rijnhart <stefan@xxxxxxxx>
branch nick: 6.1
timestamp: Mon 2012-07-09 19:02:14 +0200
message:
  [FIX] Girotel: typo 'starswith'
modified:
  account_banking_nl_girotel/girotel.py


--
lp:banking-addons
https://code.launchpad.net/~banking-addons-team/banking-addons/6.1

Your team CLEARCORP development team is subscribed to branch lp:banking-addons.
To unsubscribe from this branch go to https://code.launchpad.net/~banking-addons-team/banking-addons/6.1/+edit-subscription
=== 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:02:14 +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':