Skip to content

Commit

Permalink
Merge pull request #34650 from frappe/mergify/bp/version-14-hotfix/pr…
Browse files Browse the repository at this point in the history
…-34649

fix: incorrect arg name in asset value adjustment (backport #34649)
  • Loading branch information
anandbaburajan committed Mar 30, 2023
2 parents 6819f01 + 8d9305e commit 4dfc660
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ frappe.ui.form.on('Asset Value Adjustment', {
frm.call({
method: "erpnext.assets.doctype.asset.asset.get_asset_value_after_depreciation",
args: {
asset: frm.doc.asset,
asset_name: frm.doc.asset,
finance_book: frm.doc.finance_book
},
callback: function(r) {
Expand Down

0 comments on commit 4dfc660

Please sign in to comment.