POS Error Customer_Currency (v13)

Hi,
i am getting error shown in screenshot when i open pos profile … any idea how to resolve it? Its v12 upgraded to v13

Did you ever figure out what caused this message?

I am getting this also and it locks up the terminal. Have to use “Menu > Reload” to get it control back.

~BKM

No. Still have no solution.

https://github.com/frappe/erpnext/pull/24607/files
in v13.14
remove line in 327 328
if customer_currency != profile.get(‘currency’):
self.set(‘currency’, customer_currency)

it fix that issue for me