Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
m4rkw committed Jul 13, 2024
1 parent e96d4eb commit 9261fdc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions monzo_utils/lib/monzo_sync.py
Original file line number Diff line number Diff line change
Expand Up @@ -364,6 +364,7 @@ def add_transaction(self, account, mo_transaction, pot_account_ids, pot_id=None)
'date': date,
'type': _type,
'description': description,
'description_search': description.lower(),
'ref': mo_transaction.description,
'money_in': money_in,
'money_out': money_out,
Expand Down

0 comments on commit 9261fdc

Please sign in to comment.