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

(cherry picked from commit d748b491ee)
This commit is contained in:
Sugesh G
2025-01-29 12:35:45 +05:30
committed by Mergify
parent 3a6956ba05
commit a6c5738f4b

View File

@@ -914,7 +914,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;
}