mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-08 15:42:52 +00:00
6 lines
399 B
JavaScript
6 lines
399 B
JavaScript
report.customize_filters = function() {
|
|
this.filter_fields_dict['Employee'+FILTER_SEP +'From Date of Birth'].df.in_first_page = 1;
|
|
this.filter_fields_dict['Employee'+FILTER_SEP +'To Date of Birth'].df.in_first_page = 1;
|
|
this.filter_fields_dict['Employee'+FILTER_SEP +'Month of Birth'].df.in_first_page = 1;
|
|
this.filter_fields_dict['Employee'+FILTER_SEP +'Department'].df.in_first_page = 1;
|
|
} |