Skip to content

Commit

Permalink
Merge pull request #51 from teklager/master
Browse files Browse the repository at this point in the history
[fix] Change Ireland's VAT rate back to 23% (COVID cut is over)
  • Loading branch information
martinleblanc authored Jul 3, 2021
2 parents f518e0a + 5f094be commit 419abd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyvat/vat_rules.py
Original file line number Diff line number Diff line change
Expand Up @@ -360,7 +360,7 @@ def get_vat_rate(self, item_type):
'FR': FrVatRules(),
'HR': HrVatRules(25),
'HU': ConstantEuVatRateRules(27),
'IE': IeVatRules(21),
'IE': IeVatRules(23),
'IT': ConstantEuVatRateRules(22),
'LT': ConstantEuVatRateRules(21),
'LU': LuVatRules(),
Expand Down

0 comments on commit 419abd6

Please sign in to comment.