Merge pull request #17597 from deepeshgarg007/territory_group_fixes_develop
fix: Make territory filter mandatory
This commit is contained in:
commit
1f02fcdf89
@ -8,7 +8,8 @@ frappe.query_reports["Inactive Sales Items"] = {
|
||||
fieldname: "territory",
|
||||
label: __("Territory"),
|
||||
fieldtype: "Link",
|
||||
options: "Territory"
|
||||
options: "Territory",
|
||||
reqd: 1,
|
||||
},
|
||||
{
|
||||
fieldname: "item",
|
||||
|
Loading…
x
Reference in New Issue
Block a user