Merge pull request #40595 from rohitwaghchaure/fixed-rate-not-fetch-from-item-price

fix: rate not fetching from the item price
This commit is contained in:
rohitwaghchaure
2024-03-21 22:18:28 +05:30
committed by GitHub

View File

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