diff --git a/public/js/modules.js b/public/js/modules.js index 772a561f72..bf65452e17 100644 --- a/public/js/modules.js +++ b/public/js/modules.js @@ -170,8 +170,11 @@ erpnext.module_page.make_list = function(module, wrapper) { parent: $parent2, method: 'utilities.get_report_list', render_row: function(row, data) { - data.report_type = data.is_query_report ? "query-report" : "Report2" - $(row).html(repl('\ %(name)s', data)) },