mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-03 20:29:09 +00:00
remove cancelled entries from grid report when fetching data based on modified
This commit is contained in:
@@ -108,7 +108,7 @@ erpnext.GeneralLedger = wn.views.GridReport.extend({
|
||||
// filter accounts options by company
|
||||
this.filter_inputs.company.change(function() {
|
||||
me.setup_account_filter(this);
|
||||
me.filter_inputs.refresh.click();
|
||||
me.set_route()
|
||||
});
|
||||
|
||||
this.filter_inputs.account.change(function() {
|
||||
|
||||
Reference in New Issue
Block a user