Item Price List Error

Hi Everyone,
I want to use Price List in BOM Item Table.
But the problem is, I am getting error when I tried to use it.

and this is treminal code :

Traceback (most recent call last):
15:25:43 web.1 | File “/home/iferas93/frappe-bench/apps/frappe/frappe/app.py”, line 56, in application
15:25:43 web.1 | response = frappe.handler.handle()
15:25:43 web.1 | File “/home/iferas93/frappe-bench/apps/frappe/frappe/handler.py”, line 19, in handle
15:25:43 web.1 | execute_cmd(cmd)
15:25:43 web.1 | File “/home/iferas93/frappe-bench/apps/frappe/frappe/handler.py”, line 42, in execute_cmd
15:25:43 web.1 | ret = frappe.call(method, **frappe.form_dict)
15:25:43 web.1 | File “/home/iferas93/frappe-bench/apps/frappe/frappe/init.py”, line 907, in call
15:25:43 web.1 | return fn(*args, **newargs)
15:25:43 web.1 | File “/home/iferas93/frappe-bench/apps/erpnext/erpnext/stock/get_item_details.py”, line 61, in get_item_details
15:25:43 web.1 | get_price_list_rate(args, item_doc, out)
15:25:43 web.1 | File “/home/iferas93/frappe-bench/apps/erpnext/erpnext/stock/get_item_details.py”, line 213, in get_price_list_rate
15:25:43 web.1 | validate_conversion_rate(args, meta)
15:25:43 web.1 | File “/home/iferas93/frappe-bench/apps/erpnext/erpnext/stock/get_item_details.py”, line 293, in validate_conversion_rate
15:25:43 web.1 | throw(_(“Price List Currency not selected”))
15:25:43 web.1 | File “/home/iferas93/frappe-bench/apps/frappe/frappe/init.py”, line 316, in throw
15:25:43 web.1 | msgprint(msg, raise_exception=exc, title=title, indicator=‘red’)
15:25:43 web.1 | File “/home/iferas93/frappe-bench/apps/frappe/frappe/init.py”, line 306, in msgprint
15:25:43 web.1 | _raise_exception()
15:25:43 web.1 | File “/home/iferas93/frappe-bench/apps/frappe/frappe/init.py”, line 279, in _raise_exception
15:25:43 web.1 | raise raise_exception, encode(msg)
15:25:43 web.1 | ValidationError: Price List Currency not selected
15:25:43 web.1 |

@iFeras93
Please confirm if the Currency for price list updated.

Hope this helps.

Look My friend,
i need to use Bom Item in Item Table
and i implement The Bom Item in to Item table but the list price is show this problem

!!! No Answer

@iFeras93
Would you mind sharing the BOM Item in Item Table. Sorry but we are not able to replicate the issue in our test account. A more detail on the issue will help us to replicate the issue.