We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When adding a new product the default tax category is not the one which was set as default in the configuration.
This leads to tax errors when the admin forgets to set the category.
Set the tax category to default.
When adding product the tax category is set to an arbitrary one.
Switch the tax category.
bug-s4: it's annoying, but you can use it
Order the tax categories by default flag in the product creation form.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Description
When adding a new product the default tax category is not the one which was set as default in the configuration.
This leads to tax errors when the admin forgets to set the category.
Expected Behavior
Set the tax category to default.
Actual Behaviour
When adding product the tax category is set to an arbitrary one.
Steps to Reproduce
Workaround
Switch the tax category.
Severity
bug-s4: it's annoying, but you can use it
Possible Fix
Order the tax categories by default flag in the product creation form.
The text was updated successfully, but these errors were encountered: