Browse Source

fix report view from awesome bar bug frappe/erpnext#8022

version-14
pratu16x7 8 years ago
parent
commit
b9c3023a67
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      frappe/public/js/frappe/ui/toolbar/awesome_bar.js

+ 1
- 1
frappe/public/js/frappe/ui/toolbar/awesome_bar.js View File

@@ -468,7 +468,7 @@ frappe.search.AwesomeBar = Class.extend({
var option = function(type, route, order) {
return {
label: rendered_label,
value: __(target),
value: __(target + " " + type),
route: route,
index: index + order,
match: target,


Loading…
Cancel
Save