Skip to content

Commit b1716bf

Browse files
SowmyaArunachalammergify[bot]
authored andcommitted
fix(customer): add customer group filters
(cherry picked from commit 1e3db9f)
1 parent be9112b commit b1716bf

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

erpnext/selling/doctype/customer/customer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,6 +183,7 @@
183183
"in_list_view": 1,
184184
"in_standard_filter": 1,
185185
"label": "Customer Group",
186+
"link_filters": "[[\"Customer Group\", \"is_group\", \"=\", 0]]",
186187
"oldfieldname": "customer_group",
187188
"oldfieldtype": "Link",
188189
"options": "Customer Group",
@@ -625,7 +626,7 @@
625626
"link_fieldname": "party"
626627
}
627628
],
628-
"modified": "2026-01-16 15:56:05.967663",
629+
"modified": "2026-01-21 17:23:42.151114",
629630
"modified_by": "Administrator",
630631
"module": "Selling",
631632
"name": "Customer",

erpnext/selling/doctype/selling_settings/selling_settings.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@
6161
"fieldtype": "Link",
6262
"in_list_view": 1,
6363
"label": "Default Customer Group",
64+
"link_filters": "[[\"Customer Group\", \"is_group\", \"=\", 0]]",
6465
"options": "Customer Group"
6566
},
6667
{
@@ -297,7 +298,7 @@
297298
"index_web_pages_for_search": 1,
298299
"issingle": 1,
299300
"links": [],
300-
"modified": "2026-01-02 18:17:05.734945",
301+
"modified": "2026-01-21 17:28:37.027837",
301302
"modified_by": "Administrator",
302303
"module": "Selling",
303304
"name": "Selling Settings",

0 commit comments

Comments
 (0)