mirror of
https://github.com/frappe/erpnext.git
synced 2026-04-28 19:18:32 +00:00
'Make Asset Movement' button translation fix
(cherry picked from commit b70615ef18)
This commit is contained in:
committed by
Mergify
parent
31b479d71f
commit
50abbded34
@@ -36,7 +36,7 @@ frappe.listview_settings['Asset'] = {
|
||||
}
|
||||
},
|
||||
onload: function(me) {
|
||||
me.page.add_action_item('Make Asset Movement', function() {
|
||||
me.page.add_action_item(__("Make Asset Movement"), function() {
|
||||
const assets = me.get_checked_items();
|
||||
frappe.call({
|
||||
method: "erpnext.assets.doctype.asset.asset.make_asset_movement",
|
||||
|
||||
Reference in New Issue
Block a user