mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-15 03:01:22 +00:00
[merge] v5-design
This commit is contained in:
@@ -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"],
|
||||
});
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user