mirror of
https://github.com/OCA/bank-statement-import.git
synced 2025-01-20 12:37:43 +02:00
@@ -212,7 +212,7 @@ class OnlineBankStatementProviderPonto(models.Model):
|
||||
'sequence': sequence,
|
||||
'date': date,
|
||||
'ref': re.sub(' +', ' ', ref) or '/',
|
||||
'name': attributes.get('remittanceInformation', ref),
|
||||
'name': attributes.get('remittanceInformation') or ref,
|
||||
'unique_import_id': transaction['id'],
|
||||
'amount': attributes['amount'],
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user