-
Notifications
You must be signed in to change notification settings - Fork 7.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(pos): numpad error when changing language #29181
Conversation
…of the numpad Quantity, Discount, Rate, Remove, Delete.
…of the numpad Quantity, Discount, Rate, Remove, Delete.
This pull request has been automatically marked as inactive because it has not had recent activity. It will be closed within 3 days if no further activity occurs, but it only takes a comment to keep a contribution alive :) Also, even if it is closed, you can always reopen the PR when you're ready. Thank you for contributing. |
Keep Alive |
Keep Alive x2 |
This pull request has been automatically marked as inactive because it has not had recent activity. It will be closed within 3 days if no further activity occurs, but it only takes a comment to keep a contribution alive :) Also, even if it is closed, you can always reopen the PR when you're ready. Thank you for contributing. |
this bug still exist in Indonesia language |
Fixed with #30808 |
This issue still exists for me with erpnext v13.40.2 docker images. |
The pull request fixes a small bug that happens on the POS page when the language is changed. Everything works perfect in English, but for example in Spanish. When clicking on the Quantity buttons, the event should change the focus to the input tag qty, but that does not happen.
For this reason I made a small modification in the files:
Modification in the file: erpnext / selling / page / point_of_sale / pos_payment.js fixes the error when choosing a customer