mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-01 04:28:27 +00:00
fix: use currency from opportunity while creating quotation (#45540)
(cherry picked from commit d748b491ee)
This commit is contained in:
@@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user