fix: Make territory filter mandatory

This commit is contained in:
deepeshgarg007 2019-05-14 14:32:36 +05:30
parent bbdd737b5c
commit d9a22726f1

View File

@ -8,7 +8,8 @@ frappe.query_reports["Inactive Sales Items"] = {
fieldname: "territory",
label: __("Territory"),
fieldtype: "Link",
options: "Territory"
options: "Territory",
reqd: 1,
},
{
fieldname: "item",