From f1b8a969cf93daa23c2e7508d9b0e6e2cc7e5d8d Mon Sep 17 00:00:00 2001 From: barredterra <14891507+barredterra@users.noreply.github.com> Date: Wed, 4 May 2022 15:51:52 +0200 Subject: [PATCH] feat: remove website from bank account --- erpnext/accounts/doctype/bank_account/bank_account.json | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/erpnext/accounts/doctype/bank_account/bank_account.json b/erpnext/accounts/doctype/bank_account/bank_account.json index de67ab1ce5..41d79479ca 100644 --- a/erpnext/accounts/doctype/bank_account/bank_account.json +++ b/erpnext/accounts/doctype/bank_account/bank_account.json @@ -27,7 +27,6 @@ "bank_account_no", "address_and_contact", "address_html", - "website", "column_break_13", "contact_html", "integration_details_section", @@ -156,11 +155,6 @@ "fieldtype": "HTML", "label": "Address HTML" }, - { - "fieldname": "website", - "fieldtype": "Data", - "label": "Website" - }, { "fieldname": "column_break_13", "fieldtype": "Column Break" @@ -208,7 +202,7 @@ } ], "links": [], - "modified": "2020-10-23 16:48:06.303658", + "modified": "2022-05-04 15:49:42.620630", "modified_by": "Administrator", "module": "Accounts", "name": "Bank Account", @@ -243,5 +237,6 @@ "search_fields": "bank,account", "sort_field": "modified", "sort_order": "DESC", + "states": [], "track_changes": 1 } \ No newline at end of file