fix: uom wise price in sales or purchase transaction (#40216)
fix: uom wise price
diff --git a/erpnext/public/js/controllers/transaction.js b/erpnext/public/js/controllers/transaction.js
index 32da201..7739110 100644
--- a/erpnext/public/js/controllers/transaction.js
+++ b/erpnext/public/js/controllers/transaction.js
@@ -1173,6 +1173,7 @@
},
callback: function(r) {
if(!r.exc) {
+ me.apply_price_list(item, true)
frappe.model.set_value(cdt, cdn, 'conversion_factor', r.message.conversion_factor);
}
}