Skip to content

Commit

Permalink
fix: currency changing while making PO from Supplier Quotation (#43187)
Browse files Browse the repository at this point in the history
  • Loading branch information
rohitwaghchaure authored Sep 13, 2024
1 parent 38db54f commit 2b96e37
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions erpnext/public/js/controllers/transaction.js
Original file line number Diff line number Diff line change
Expand Up @@ -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] || [];

Expand Down

0 comments on commit 2b96e37

Please sign in to comment.