mirror of
https://github.com/OCA/bank-payment.git
synced 2025-02-02 10:37:31 +02:00
[FIX] Girotel: typo 'starswith'
This commit is contained in:
@@ -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':
|
||||
|
||||
Reference in New Issue
Block a user