While changing UOM in material request item table, we are getting below error:
in material request, there is no price list and still price list rate and currency is being checked and in the args it is not having price_list_currency still /api/method/erpnext.stock.get_item_details.apply_price_list is trying to return it.
we are able to save the document, still this need to be rectified.
Similar issue here, but when in RFQ instead of Material Request.
Error is thrown anytime data is updated in row of child table.
Appears to be in method precision()
Information about bug
While changing UOM in material request item table, we are getting below error:
in material request, there is no price list and still price list rate and currency is being checked and in the args it is not having price_list_currency still /api/method/erpnext.stock.get_item_details.apply_price_list is trying to return it.
we are able to save the document, still this need to be rectified.
Module
stock
Version
ERPNext: v15.27.6 (HEAD) Frappe Framework: v15.29.2 (HEAD)
Installation method
FrappeCloud
Relevant log output / Stack trace / Full Error Message.