mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-15 11:09:17 +00:00
fix: rename field has not updated value of deposit and withdrawal fields
This commit is contained in:
@@ -22,5 +22,7 @@ def execute():
|
|||||||
|
|
||||||
frappe.delete_doc("Page", "bank-reconciliation", force=1)
|
frappe.delete_doc("Page", "bank-reconciliation", force=1)
|
||||||
|
|
||||||
|
frappe.reload_doc('accounts', 'doctype', 'bank_transaction')
|
||||||
|
|
||||||
rename_field("Bank Transaction", "debit", "deposit")
|
rename_field("Bank Transaction", "debit", "deposit")
|
||||||
rename_field("Bank Transaction", "credit", "withdrawal")
|
rename_field("Bank Transaction", "credit", "withdrawal")
|
||||||
|
|||||||
Reference in New Issue
Block a user