mirror of
https://github.com/frappe/erpnext.git
synced 2026-04-25 17:48:30 +00:00
refactor: remove redundant onload function for bank mapping table
(cherry picked from commit 7c7ba0154a)
This commit is contained in:
committed by
Mergify
parent
d89ac99e76
commit
f349be0a00
@@ -3,9 +3,6 @@
|
||||
frappe.provide("erpnext.integrations");
|
||||
|
||||
frappe.ui.form.on("Bank", {
|
||||
onload: function (frm) {
|
||||
add_fields_to_mapping_table(frm);
|
||||
},
|
||||
refresh: function (frm) {
|
||||
add_fields_to_mapping_table(frm);
|
||||
frm.toggle_display(["address_html", "contact_html"], !frm.doc.__islocal);
|
||||
|
||||
Reference in New Issue
Block a user