Merge pull request #40600 from frappe/mergify/bp/version-15-hotfix/pr-40595

fix: rate not fetching from the item price (backport #40595)
This commit is contained in:
rohitwaghchaure
2024-03-21 22:40:47 +05:30
committed by GitHub

View File

@@ -821,7 +821,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)