Przeglądaj źródła

[minor] refactor

version-14
Rushabh Mehta 8 lat temu
rodzic
commit
5eb7e67322
1 zmienionych plików z 1 dodań i 1 usunięć
  1. +1
    -1
      frappe/public/js/frappe/ui/toolbar/awesome_bar.js

+ 1
- 1
frappe/public/js/frappe/ui/toolbar/awesome_bar.js Wyświetl plik

@@ -132,7 +132,7 @@ frappe.search = {


var ret = frappe.search.find(values, txt, function(match) { var ret = frappe.search.find(values, txt, function(match) {
return { return {
label: __(doctype) + " " match.bold(),
label: __(doctype) + " " + match.bold(),
value: __(doctype) + " " + match, value: __(doctype) + " " + match,
route: ["Form", doctype, match] route: ["Form", doctype, match]
} }


Ładowanie…
Anuluj
Zapisz