Merge pull request #34735 from ihosseinu/asset_movement_translation_fix

'Make Asset Movement' button translation fix in asset_list.js
This commit is contained in:
Anand Baburajan 2023-04-07 15:30:26 +05:30 committed by GitHub
commit 90dee8b663
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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