commit | 1f02fcdf89a29c1ccf0f6c940c2d0d30d2b0806e | [log] [tgz] |
---|---|---|
author | Deepesh Garg <42651287+deepeshgarg007@users.noreply.github.com> | Tue May 14 14:37:39 2019 +0530 |
committer | GitHub <noreply@github.com> | Tue May 14 14:37:39 2019 +0530 |
tree | d1d3352203618886c6e1789e048d63b5069d8f2e | |
parent | bbdd737b5c66e9cdc915fc922cc43c57bf58d72f [diff] | |
parent | d9a22726f10d587188cf9b13f9152d460a179e81 [diff] |
Merge pull request #17597 from deepeshgarg007/territory_group_fixes_develop fix: Make territory filter mandatory
diff --git a/erpnext/accounts/report/inactive_sales_items/inactive_sales_items.js b/erpnext/accounts/report/inactive_sales_items/inactive_sales_items.js index 29db227..7908c07 100644 --- a/erpnext/accounts/report/inactive_sales_items/inactive_sales_items.js +++ b/erpnext/accounts/report/inactive_sales_items/inactive_sales_items.js
@@ -8,7 +8,8 @@ fieldname: "territory", label: __("Territory"), fieldtype: "Link", - options: "Territory" + options: "Territory", + reqd: 1, }, { fieldname: "item",