mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-15 11:09:17 +00:00
changed default to Monthly in new grid reports
This commit is contained in:
@@ -128,7 +128,7 @@ erpnext.PurchaseAnalytics = wn.views.TreeGridReport.extend({
|
||||
},
|
||||
init_filter_values: function() {
|
||||
this._super();
|
||||
this.filter_inputs.range.val('Weekly');
|
||||
this.filter_inputs.range.val('Monthly');
|
||||
},
|
||||
prepare_data: function() {
|
||||
var me = this;
|
||||
|
||||
Reference in New Issue
Block a user