Is your feature request related to a problem? Please describe.Product objects have a taxable dictionary field (should probably just be a boolean field, don't remember why I made it a dictionary field) that does nothing.
Describe the solution you'd like
Just need to add a simple check if tax is applied to the product when calculating tax.
Is your feature request related to a problem? Please describe.
Product
objects have a taxable dictionary field (should probably just be a boolean field, don't remember why I made it a dictionary field) that does nothing.Describe the solution you'd like Just need to add a simple check if tax is applied to the product when calculating tax.