[FIX] Girotel: typo 'starswith'

This commit is contained in:
Stefan Rijnhart
2012-07-09 19:30:49 +02:00

View File

@@ -194,7 +194,7 @@ class transaction(models.mem_bank_transaction):
'''
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':