frappe / erpnext

Free and Open Source Enterprise Resource Planning (ERP)
https://erpnext.com
GNU General Public License v3.0
21.87k stars 7.33k forks source link

Field price_list_currency not found #42480

Open Craftint opened 3 months ago

Craftint commented 3 months ago

Information about bug

While changing UOM in material request item table, we are getting below error:

image

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.

No error message is being thrown in console or in error log.
lansgt commented 2 months ago

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() image