Skip to content

Commit

Permalink
fix: uom wise price in sales or purchase transaction (#40216)
Browse files Browse the repository at this point in the history
fix: uom wise price
  • Loading branch information
Nihantra-Patel authored Mar 1, 2024
1 parent a5232d9 commit 13b05aa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions erpnext/public/js/controllers/transaction.js
Original file line number Diff line number Diff line change
Expand Up @@ -1173,6 +1173,7 @@ erpnext.TransactionController = class TransactionController extends erpnext.taxe
},
callback: function(r) {
if(!r.exc) {
me.apply_price_list(item, true)
frappe.model.set_value(cdt, cdn, 'conversion_factor', r.message.conversion_factor);
}
}
Expand Down

0 comments on commit 13b05aa

Please sign in to comment.