fix report view from awesome bar bug frappe/erpnext#8022
This commit is contained in:
parent
84f14dc77d
commit
b9c3023a67
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Reference in a new issue