Merge pull request #48239 from frappe/mergify/bp/version-15-hotfix/pr-45540

fix: use currency from opportunity while creating quotation (backport #45540)
This commit is contained in:
ruthra kumar
2025-06-24 19:35:10 +05:30
committed by GitHub

View File

@@ -914,7 +914,7 @@ erpnext.TransactionController = class TransactionController extends erpnext.taxe
} }
var get_party_currency = function() { 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; return;
} }