Merge pull request #17597 from deepeshgarg007/territory_group_fixes_develop

fix: Make territory filter mandatory
This commit is contained in:
Deepesh Garg 2019-05-14 14:37:39 +05:30 committed by GitHub
commit 1f02fcdf89
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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",