fix: uom wise price in sales or purchase transaction (#40216)

fix: uom wise price
This commit is contained in:
Nihantra C. Patel 2024-03-02 05:18:30 +05:30 committed by GitHub
parent a5232d9c10
commit 13b05aa7fb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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);
}
}