Merge pull request #39744 from frappe/mergify/bp/version-14-hotfix/pr-39742

perf: timeout while submitting the purchase receipt entry (backport #39742)
This commit is contained in:
rohitwaghchaure
2024-02-05 21:26:47 +05:30
committed by GitHub

View File

@@ -457,6 +457,7 @@ class PurchaseOrder(BuyingController):
)
@frappe.request_cache
def item_last_purchase_rate(name, conversion_rate, item_code, conversion_factor=1.0):
"""get last purchase rate for an item"""