mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-07 15:25:19 +00:00
5 lines
243 B
JavaScript
5 lines
243 B
JavaScript
report.customize_filters = function() {
|
|
this.filter_fields_dict['Serial No'+FILTER_SEP +'ID'].df.in_first_page = 1;
|
|
this.filter_fields_dict['Serial No'+FILTER_SEP +'Status'].df.filter_hide = 1;
|
|
}
|
|
this.mytabs.items['Select Columns'].hide(); |