From ee178ff2ce4fa2021dc846dfaa363aff42fa17bf Mon Sep 17 00:00:00 2001 From: Anand Baburajan Date: Mon, 25 Sep 2023 12:12:11 +0530 Subject: [PATCH] chore: add disabled field for bank account (#37226) --- erpnext/accounts/doctype/bank_account/bank_account.json | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/erpnext/accounts/doctype/bank_account/bank_account.json b/erpnext/accounts/doctype/bank_account/bank_account.json index 41d79479ca..32f1c675d3 100644 --- a/erpnext/accounts/doctype/bank_account/bank_account.json +++ b/erpnext/accounts/doctype/bank_account/bank_account.json @@ -13,6 +13,7 @@ "account_type", "account_subtype", "column_break_7", + "disabled", "is_default", "is_company_account", "company", @@ -199,10 +200,16 @@ "fieldtype": "Data", "in_global_search": 1, "label": "Branch Code" + }, + { + "default": "0", + "fieldname": "disabled", + "fieldtype": "Check", + "label": "Disabled" } ], "links": [], - "modified": "2022-05-04 15:49:42.620630", + "modified": "2023-09-22 21:31:34.763977", "modified_by": "Administrator", "module": "Accounts", "name": "Bank Account",