From e18336ebe74a7b3dd14dc1ae65941ee594862996 Mon Sep 17 00:00:00 2001 From: Deepesh Garg Date: Sun, 26 Feb 2023 15:47:29 +0530 Subject: [PATCH] feat: Add views in standard filter --- .../accounts/doctype/closing_balance/closing_balance.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/erpnext/accounts/doctype/closing_balance/closing_balance.json b/erpnext/accounts/doctype/closing_balance/closing_balance.json index f99e7921b5..377121f5ee 100644 --- a/erpnext/accounts/doctype/closing_balance/closing_balance.json +++ b/erpnext/accounts/doctype/closing_balance/closing_balance.json @@ -116,6 +116,8 @@ "fieldname": "company", "fieldtype": "Link", "in_filter": 1, + "in_list_view": 1, + "in_standard_filter": 1, "label": "Company", "oldfieldname": "company", "oldfieldtype": "Link", @@ -131,6 +133,7 @@ { "fieldname": "period_closing_voucher", "fieldtype": "Link", + "in_standard_filter": 1, "label": "Period Closing Voucher", "options": "Period Closing Voucher" } @@ -138,7 +141,7 @@ "icon": "fa fa-list", "in_create": 1, "links": [], - "modified": "2023-02-22 19:28:14.490403", + "modified": "2023-02-24 18:11:11.612395", "modified_by": "Administrator", "module": "Accounts", "name": "Closing Balance",