mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-03 20:29:09 +00:00
general_ledger: show against account, set title, and show is_opening as opening
This commit is contained in:
@@ -135,8 +135,7 @@ erpnext.AccountsChart = Class.extend({
|
||||
show_ledger: function() {
|
||||
var me = this;
|
||||
var node = me.selected_node();
|
||||
wn.set_route('Report', 'GL Entry', 'General Ledger',
|
||||
this.ctype + '=' + node.data('label'));
|
||||
wn.set_route("general-ledger", "account=" + node.data('label'));
|
||||
},
|
||||
new_node: function() {
|
||||
if(this.ctype=='Account') {
|
||||
|
||||
Reference in New Issue
Block a user