This website works better with JavaScript.
Home
Explore
Help
Sign In
anoopmb
/
frappe
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
fix report view from awesome bar bug
frappe/erpnext#8022
version-14
pratu16x7
8 years ago
parent
84f14dc77d
commit
b9c3023a67
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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,
Write
Preview
Loading…
Cancel
Save