mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-27 08:54:45 +00:00
Fix translate supplier_type.js
This commit is contained in:
@@ -2,5 +2,5 @@
|
|||||||
// License: GNU General Public License v3. See license.txt
|
// License: GNU General Public License v3. See license.txt
|
||||||
|
|
||||||
cur_frm.cscript.refresh = function(doc) {
|
cur_frm.cscript.refresh = function(doc) {
|
||||||
cur_frm.set_intro(doc.__islocal ? "" : "There is nothing to edit.")
|
cur_frm.set_intro(doc.__islocal ? "" : wn._("There is nothing to edit."))
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user