This is indeed a bug for Quebec (Canada).
I found a *bad* temporary fix that seems to work for invoicing at least, this works for Quebec taxes:
SQL: update account_tax set amount=0.09975 where amount = 0.09970;
This is indeed a bug for Quebec (Canada).
I found a *bad* temporary fix that seems to work for invoicing at least, this works for Quebec taxes:
SQL:
update account_tax set amount=0.09975 where amount = 0.09970;