minor route fix for general ledger
This commit is contained in:
@@ -193,7 +193,7 @@ frappe.ui.form.on('Payment Entry', {
|
|||||||
"from_date": frm.doc.posting_date,
|
"from_date": frm.doc.posting_date,
|
||||||
"to_date": frm.doc.posting_date,
|
"to_date": frm.doc.posting_date,
|
||||||
"company": frm.doc.company,
|
"company": frm.doc.company,
|
||||||
group_by_voucher: 0
|
group_by: ""
|
||||||
};
|
};
|
||||||
frappe.set_route("query-report", "General Ledger");
|
frappe.set_route("query-report", "General Ledger");
|
||||||
}, "fa fa-table");
|
}, "fa fa-table");
|
||||||
|
|||||||
@@ -73,7 +73,7 @@ erpnext.stock.StockController = frappe.ui.form.Controller.extend({
|
|||||||
from_date: me.frm.doc.posting_date,
|
from_date: me.frm.doc.posting_date,
|
||||||
to_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
|
group_by: ""
|
||||||
};
|
};
|
||||||
frappe.set_route("query-report", "General Ledger");
|
frappe.set_route("query-report", "General Ledger");
|
||||||
}, __("View"));
|
}, __("View"));
|
||||||
|
|||||||
Reference in New Issue
Block a user