fix: uom wise price in sales or purchase transaction (#40216)
fix: uom wise price
This commit is contained in:
parent
a5232d9c10
commit
13b05aa7fb
@ -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);
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user