Skip to content
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: In customer order when adding/editing a product and saving by pressing ENTER values are not saved #16485

Closed
wants to merge 5 commits into from

Conversation

dvdwalker
Copy link
Contributor

In an draft customer order page adding/editing product item (change quantity or the price) and hit ENTER instead of clicking on save button the changes are not saved.

Apparently the issue was introduced with the addition of the "Update VAT for all lines" feature. Since the input field "submitforalllines" is listed first on the form that is the action sent by default when submiting the form by pressing the Enter key to submit any line change.

FIX #16398

Since the input field "submitforalllines" is listed first on the form that is the action sent by default when submiting the form by pressing the Enter key to submit any line change.

A possible solution would be to change the "submitforalllines" input tag for a button tag and adding the corresponding style.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Adding a product or service by pressing ENTER does not add to an order or an invoice after the first item
2 participants