mirror of
https://github.com/frappe/erpnext.git
synced 2026-03-18 01:36:55 +00:00
feat: Add views in standard filter
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user