mirror of
https://github.com/frappe/erpnext.git
synced 2026-03-12 14:58:24 +00:00
Merge pull request #21746 from frappe/mergify/bp/version-12-hotfix/pr-21712
fix: error log title for failing bank transactions (bp #21712)
This commit is contained in:
@@ -209,7 +209,7 @@ def new_bank_transaction(transaction):
|
||||
result.append(new_transaction.name)
|
||||
|
||||
except Exception:
|
||||
frappe.throw(frappe.get_traceback())
|
||||
frappe.throw(title=_('Bank transaction creation error'))
|
||||
|
||||
return result
|
||||
|
||||
|
||||
Reference in New Issue
Block a user