mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-31 10:49:09 +00:00
fix: empty category in Plaid
This commit is contained in:
@@ -239,6 +239,7 @@ def new_bank_transaction(transaction):
|
||||
withdrawal = 0.0
|
||||
|
||||
tags = []
|
||||
if transaction["category"]:
|
||||
try:
|
||||
tags += transaction["category"]
|
||||
tags += [f'Plaid Cat. {transaction["category_id"]}']
|
||||
|
||||
Reference in New Issue
Block a user