Skip to content

Commit

Permalink
fix: Exchange rate on MR to PO creation for muticurrency POs (#39646)
Browse files Browse the repository at this point in the history
fix: Exchange rate on MR to PO creation for muticurrency POs (#39646)

(cherry picked from commit cfd1666)

Co-authored-by: Deepesh Garg <deepeshgarg6@gmail.com>
  • Loading branch information
mergify[bot] and deepeshgarg007 authored Jan 31, 2024
1 parent 3ee0555 commit 4dc5d9a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions erpnext/stock/doctype/material_request/material_request.py
Original file line number Diff line number Diff line change
Expand Up @@ -417,6 +417,7 @@ def select_item(d):
postprocess,
)

doclist.set_onload("load_after_mapping", False)
return doclist


Expand Down

0 comments on commit 4dc5d9a

Please sign in to comment.