Sfoglia il codice sorgente

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

version-14
pratu16x7 8 anni fa
parent
commit
b9c3023a67
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. +1
    -1
      frappe/public/js/frappe/ui/toolbar/awesome_bar.js

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

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


Caricamento…
Annulla
Salva