mirror of
https://github.com/frappe/erpnext.git
synced 2026-03-01 01:26:07 +00:00
'Make Asset Movement' button translation fix
(cherry picked from commit b70615ef18)
This commit is contained in:
committed by
Mergify
parent
034e35e7f6
commit
16ae117c97
@@ -33,7 +33,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