fix: set conversion factor before applying price list

(cherry picked from commit 9749fe23cc)
This commit is contained in:
vishakhdesai
2024-11-14 17:31:34 +05:30
committed by Mergify
parent 8a94d7bea8
commit e09f101336

View File

@@ -1104,6 +1104,7 @@ erpnext.TransactionController = class TransactionController extends erpnext.taxe
callback: function(r) {
if(!r.exc) {
frappe.model.set_value(cdt, cdn, 'conversion_factor', r.message.conversion_factor);
me.apply_price_list(item, true);
}
}
});