Merge pull request #34780 from frappe/mergify/bp/version-13-hotfix/pr-34735

'Make Asset Movement' button translation fix in asset_list.js (backport #34735)
This commit is contained in:
Anand Baburajan
2023-04-07 15:34:32 +05:30
committed by GitHub

View File

@@ -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",