commit | d9a22726f10d587188cf9b13f9152d460a179e81 | [log] [tgz] |
---|---|---|
author | deepeshgarg007 <deepeshgarg6@gmail.com> | Tue May 14 14:32:36 2019 +0530 |
committer | deepeshgarg007 <deepeshgarg6@gmail.com> | Tue May 14 14:36:40 2019 +0530 |
tree | d1d3352203618886c6e1789e048d63b5069d8f2e | |
parent | bbdd737b5c66e9cdc915fc922cc43c57bf58d72f [diff] |
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",