mirror of
https://github.com/OCA/bank-statement-import.git
synced 2025-01-20 12:37:43 +02:00
@@ -359,9 +359,11 @@ class AccountStatementImportSheetParser(models.TransientModel):
|
||||
if transaction_id:
|
||||
note += _("Transaction ID: %s; ") % (transaction_id,)
|
||||
if note and notes:
|
||||
note = "{}\n{}".format(note, note.strip())
|
||||
note = "{}\n{}".format(notes, note.strip())
|
||||
elif note:
|
||||
note = note.strip()
|
||||
elif notes:
|
||||
note = notes
|
||||
if note:
|
||||
transaction["narration"] = note
|
||||
|
||||
|
||||
Reference in New Issue
Block a user