mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-13 10:11:20 +00:00
Merge pull request #17597 from deepeshgarg007/territory_group_fixes_develop
fix: Make territory filter mandatory
This commit is contained in:
@@ -8,7 +8,8 @@ frappe.query_reports["Inactive Sales Items"] = {
|
|||||||
fieldname: "territory",
|
fieldname: "territory",
|
||||||
label: __("Territory"),
|
label: __("Territory"),
|
||||||
fieldtype: "Link",
|
fieldtype: "Link",
|
||||||
options: "Territory"
|
options: "Territory",
|
||||||
|
reqd: 1,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
fieldname: "item",
|
fieldname: "item",
|
||||||
|
|||||||
Reference in New Issue
Block a user