POS Paid Amount is not correct

Hi,

I have found minor bug in ERPNext POS paid amount.
My currency is in Rp = Rupiah, which commonly in thousands.(e.g. Rp. 100.000,-, etc). When I clicked paid in POS, the paid amount is only recorded Rp. 100 instead of Rp. 100.000. It can record in million though, but mostly our transaction is in thousands.

Is there any setup that I can do to rectify this? or is this a bug?
Thank you for your help.

Here, I post the picture to help you find out.
My currency format is in “#.###”

Already post this as an issue in github, and I have found the temporary fix.

You can refer it here :
https://github.com/frappe/erpnext/issues/18204