Skip to content

Commit

Permalink
Merge pull request #43209 from frappe/mergify/bp/version-15/pr-43205
Browse files Browse the repository at this point in the history
fix: currency changing while making PO from Supplier Quotation (backport #43187) (backport #43205)
  • Loading branch information
ruthra-kumar authored Sep 17, 2024
2 parents 7f95e42 + 2f56ba7 commit 41db9d3
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 @@ -1258,6 +1258,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 41db9d3

Please sign in to comment.