fix: Bank Account patch (#21124)
This commit is contained in:
parent
647529651d
commit
007548b79c
@ -4,6 +4,7 @@ import frappe
|
|||||||
def execute():
|
def execute():
|
||||||
frappe.reload_doc('accounts', 'doctype', 'bank', force=1)
|
frappe.reload_doc('accounts', 'doctype', 'bank', force=1)
|
||||||
|
|
||||||
|
if frappe.db.table_exists('Bank') and frappe.db.table_exists('Bank Account'):
|
||||||
frappe.db.sql("""
|
frappe.db.sql("""
|
||||||
UPDATE `tabBank` b, `tabBank Account` ba
|
UPDATE `tabBank` b, `tabBank Account` ba
|
||||||
SET b.swift_number = ba.swift_number, b.branch_code = ba.branch_code
|
SET b.swift_number = ba.swift_number, b.branch_code = ba.branch_code
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user