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",