Fixes in general ledger report

This commit is contained in:
Nabin Hait
2014-01-03 12:30:24 +05:30
parent a4db83a934
commit 6472bdace2
5 changed files with 9 additions and 5 deletions

View File

@@ -28,7 +28,8 @@ erpnext.stock.StockController = wn.ui.form.Controller.extend({
voucher_no: me.frm.doc.name,
from_date: me.frm.doc.posting_date,
to_date: me.frm.doc.posting_date,
company: me.frm.doc.company
company: me.frm.doc.company,
group_by_voucher: false
};
wn.set_route("query-report", "General Ledger");
}, "icon-table");