Skip to content

Commit

Permalink
fix: currency changing while making PO from Supplier Quotation (backp…
Browse files Browse the repository at this point in the history
…ort #43187) (#43205)

fix: currency changing while making PO from Supplier Quotation (#43187)

(cherry picked from commit 2b96e37)

Co-authored-by: rohitwaghchaure <rohitw1991@gmail.com>
  • Loading branch information
mergify[bot] and rohitwaghchaure committed Sep 13, 2024
1 parent 61a42ea commit ef6b172
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 ef6b172

Please sign in to comment.