mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-18 20:49:19 +00:00
fix: error log title for failing bank transactions
(cherry picked from commit 4a9fd9ef6d)
This commit is contained in:
committed by
mergify-bot
parent
f9834504c8
commit
e2f53cdc83
@@ -209,7 +209,7 @@ def new_bank_transaction(transaction):
|
|||||||
result.append(new_transaction.name)
|
result.append(new_transaction.name)
|
||||||
|
|
||||||
except Exception:
|
except Exception:
|
||||||
frappe.throw(frappe.get_traceback())
|
frappe.throw(title=_('Bank transaction creation error'))
|
||||||
|
|
||||||
return result
|
return result
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user