-
-
Notifications
You must be signed in to change notification settings - Fork 725
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
Default tax category is not set #12989
Comments
Any sugestion of where to look for someone who does not know much about the codebase? |
Hi @MrBowmanXD - Thanks for showing interest in the issue.
And these files are related to the issue:
In the
Please let me know if you face any issues, thanks. |
Thank you i will checkout further tomorrow morning (thanks so much for the detailed information). |
This is my solution to the problem, hope it's good and that solves the issue. |
Created a new commit in order to correct the changes requested. |
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: