From 2b96e37c3486c5f4e1928cfcb5c3b9f0cad60f6b Mon Sep 17 00:00:00 2001 From: rohitwaghchaure Date: Fri, 13 Sep 2024 12:03:12 +0530 Subject: [PATCH] fix: currency changing while making PO from Supplier Quotation (#43187) --- erpnext/public/js/controllers/transaction.js | 1 + 1 file changed, 1 insertion(+) diff --git a/erpnext/public/js/controllers/transaction.js b/erpnext/public/js/controllers/transaction.js index 6c914770a263..2655a771d71b 100644 --- a/erpnext/public/js/controllers/transaction.js +++ b/erpnext/public/js/controllers/transaction.js @@ -1268,6 +1268,7 @@ erpnext.TransactionController = class TransactionController extends erpnext.taxe "Purchase Receipt": ["purchase_order_item", "purchase_invoice_item", "purchase_receipt_item"], "Purchase Invoice": ["purchase_order_item", "pr_detail", "po_detail"], "Sales Order": ["prevdoc_docname", "quotation_item"], + "Purchase Order": ["supplier_quotation_item"], }; const mappped_fields = mapped_item_field_map[this.frm.doc.doctype] || [];