fix: use currency from opportunity while creating quotation (#45540)

This commit is contained in:
Sugesh G
2025-01-29 12:35:45 +05:30
committed by GitHub
parent 5e8e7dd3d8
commit d748b491ee

View File

@@ -887,7 +887,7 @@ erpnext.TransactionController = class TransactionController extends erpnext.taxe
}
var get_party_currency = function() {
if (me.is_a_mapped_document()) {
if (me.is_a_mapped_document() || me.frm.doc.__onload?.load_after_mapping) {
return;
}