[merge] v5-design

This commit is contained in:
Rushabh Mehta
2014-12-31 15:03:14 +05:30
43 changed files with 317 additions and 321 deletions

View File

@@ -11,7 +11,7 @@ frappe.pages['support-analytics'].onload = function(wrapper) {
new erpnext.SupportAnalytics(wrapper);
wrapper.appframe.add_module_icon("Support")
frappe.add_breadcrumbs("Support")
}
@@ -21,7 +21,7 @@ erpnext.SupportAnalytics = frappe.views.GridReportWithPlot.extend({
title: __("Support Analtyics"),
page: wrapper,
parent: $(wrapper).find('.layout-main'),
appframe: wrapper.appframe,
page: wrapper.page,
doctypes: ["Issue", "Fiscal Year"],
});
},