4 lines
203 B
JavaScript

report.customize_filters = function() {
this.filter_fields_dict['Employee'+FILTER_SEP +'Department'].df.in_first_page = 1;
this.filter_fields_dict['Employee'+FILTER_SEP +'ID'].df.in_first_page = 1;
}