mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-06 21:59:13 +00:00
restructured erpnext and deleted unwanted
This commit is contained in:
9
support/search_criteria/amc_summary/amc_summary.js
Normal file
9
support/search_criteria/amc_summary/amc_summary.js
Normal file
@@ -0,0 +1,9 @@
|
||||
report.customize_filters = function() {
|
||||
this.hide_all_filters();
|
||||
this.mytabs.items['Select Columns'].hide();
|
||||
this.mytabs.items['More Filters'].hide()
|
||||
this.filter_fields_dict['Serial No'+FILTER_SEP +'Territory'].df.filter_hide = 0;
|
||||
this.filter_fields_dict['Serial No'+FILTER_SEP +'Item Group'].df.filter_hide = 0;
|
||||
this.filter_fields_dict['Serial No'+FILTER_SEP +'Territory'].df.in_first_page = 1;
|
||||
this.filter_fields_dict['Serial No'+FILTER_SEP +'Item Group'].df.in_first_page = 1;
|
||||
}
|
||||
Reference in New Issue
Block a user