[minor] grid report loading

This commit is contained in:
Anand Doshi
2015-02-17 19:53:23 +05:30
parent a6c361c00e
commit 8c0f05fbae
8 changed files with 22 additions and 12 deletions

View File

@@ -12,7 +12,9 @@ frappe.pages['sales-analytics'].on_page_load = function(wrapper) {
frappe.add_breadcrumbs("Selling")
}
};
frappe.assets.views["Report"]();
erpnext.SalesAnalytics = frappe.views.TreeGridReport.extend({
init: function(wrapper) {