Skip to content

Commit

Permalink
fix: incorrect arg name in asset value adjustment
Browse files Browse the repository at this point in the history
  • Loading branch information
anandbaburajan committed Mar 30, 2023
1 parent 7c5720d commit 2b0470d
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 2b0470d

Please sign in to comment.