From 266e689c4fbdee14cd1c86b4d49255ac52acaa94 Mon Sep 17 00:00:00 2001 From: P-Froggy <60393001+P-Froggy@users.noreply.github.com> Date: Fri, 28 Feb 2020 20:46:36 +0100 Subject: [PATCH] fix: Show swift number and branch code in quick entry of bank doctype --- erpnext/accounts/doctype/bank/bank.json | 32 +++++++++++++++++++++++++ 1 file changed, 32 insertions(+) diff --git a/erpnext/accounts/doctype/bank/bank.json b/erpnext/accounts/doctype/bank/bank.json index 7a628b5228..fca171d392 100644 --- a/erpnext/accounts/doctype/bank/bank.json +++ b/erpnext/accounts/doctype/bank/bank.json @@ -14,6 +14,11 @@ "swift_number", "column_break_1", "branch_code", + "address_and_contact", + "address_html", + "website", + "column_break_13", + "contact_html", "data_import_configuration_section", "bank_transaction_mapping", "section_break_4", @@ -33,6 +38,7 @@ "label": "Bank Details" }, { + "allow_in_quick_entry": 1, "fieldname": "swift_number", "fieldtype": "Data", "in_list_view": 1, @@ -47,6 +53,7 @@ "search_index": 1 }, { + "allow_in_quick_entry": 1, "fieldname": "branch_code", "fieldtype": "Data", "in_list_view": 1, @@ -55,6 +62,31 @@ "reqd": 0, "unique": 1 }, + { + "fieldname": "address_and_contact", + "fieldtype": "Section Break", + "label": "Address and Contact", + "options": "fa fa-map-marker" + }, + { + "fieldname": "address_html", + "fieldtype": "HTML", + "label": "Address HTML" + }, + { + "fieldname": "website", + "fieldtype": "Data", + "label": "Website" + }, + { + "fieldname": "column_break_13", + "fieldtype": "Column Break" + }, + { + "fieldname": "contact_html", + "fieldtype": "HTML", + "label": "Contact HTML" + }, { "collapsible": 1, "fieldname": "data_import_configuration_section",