mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-01 19:29:10 +00:00
removed voucher date filter
This commit is contained in:
@@ -16,8 +16,8 @@
|
|||||||
|
|
||||||
report.customize_filters = function() {
|
report.customize_filters = function() {
|
||||||
this.hide_all_filters();
|
this.hide_all_filters();
|
||||||
filter_list = ['From Voucher Date', 'To Voucher Date', 'Debit To', 'From Posting Date', 'To Posting Date']
|
filter_list = ['Debit To', 'From Posting Date', 'To Posting Date']
|
||||||
for(var i=0;i<filter_list.length;i++)
|
for(var i=0;i<filter_list.length;i++)
|
||||||
this.filter_fields_dict['Receivable Voucher'+FILTER_SEP +filter_list[i]].df.filter_hide = 0;
|
this.filter_fields_dict['Receivable Voucher'+FILTER_SEP +filter_list[i]].df.filter_hide = 0;
|
||||||
|
|
||||||
this.filter_fields_dict['RV Detail'+FILTER_SEP +'Item'].df.filter_hide = 0;
|
this.filter_fields_dict['RV Detail'+FILTER_SEP +'Item'].df.filter_hide = 0;
|
||||||
|
|||||||
Reference in New Issue
Block a user