Skip to content

Commit 3b810ea

Browse files
fix: Make territory filter mandatory
1 parent f85d6ae commit 3b810ea

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

erpnext/accounts/report/inactive_sales_items/inactive_sales_items.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ frappe.query_reports["Inactive Sales Items"] = {
88
fieldname: "territory",
99
label: __("Territory"),
1010
fieldtype: "Link",
11-
options: "Territory"
11+
options: "Territory",
12+
reqd: 1,
1213
},
1314
{
1415
fieldname: "item",

0 commit comments

Comments
 (0)