minor route fix for general ledger

This commit is contained in:
Nabin Hait
2018-07-17 15:59:03 +05:30
parent 8ba1310915
commit 26786bd35d
2 changed files with 2 additions and 2 deletions

View File

@@ -73,7 +73,7 @@ erpnext.stock.StockController = frappe.ui.form.Controller.extend({
from_date: me.frm.doc.posting_date,
to_date: me.frm.doc.posting_date,
company: me.frm.doc.company,
group_by_voucher: false
group_by: ""
};
frappe.set_route("query-report", "General Ledger");
}, __("View"));