mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-01 11:19:09 +00:00
[minor] [fix] add child in sales browser
This commit is contained in:
@@ -155,7 +155,7 @@ erpnext.SalesChart = Class.extend({
|
|||||||
if(node.expanded) {
|
if(node.expanded) {
|
||||||
node.toggle_node();
|
node.toggle_node();
|
||||||
}
|
}
|
||||||
node.reload_parent();
|
node.reload();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user