Skip to content

Commit

Permalink
fix: rate not fetching from the item price
Browse files Browse the repository at this point in the history
(cherry picked from commit d893a46)
  • Loading branch information
rohitwaghchaure authored and mergify[bot] committed Mar 21, 2024
1 parent c072cd9 commit 9b3c4ac
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion erpnext/stock/get_item_details.py
Original file line number Diff line number Diff line change
Expand Up @@ -859,7 +859,6 @@ def get_price_list_rate(args, item_doc, out=None):
):
if args.price_list and args.rate:
insert_item_price(args)
return out

out.price_list_rate = (
flt(price_list_rate) * flt(args.plc_conversion_rate) / flt(args.conversion_rate)
Expand Down

0 comments on commit 9b3c4ac

Please sign in to comment.