Skip to content

Commit

Permalink
Merge pull request #70 from iconfinder/fix/IC-5-change-vat
Browse files Browse the repository at this point in the history
Fix/ic 5 change vat
  • Loading branch information
JasterTDC authored Jan 25, 2024
2 parents 023158e + cea68b2 commit 093fe96
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
*.pyc
.idea
/venv
/build
/dist
Expand Down
2 changes: 1 addition & 1 deletion pyvat/vat_rules.py
Original file line number Diff line number Diff line change
Expand Up @@ -352,7 +352,7 @@ def get_vat_rate(self, item_type):
'CZ': CzVatRules(21),
'DE': DeVatRules(),
'DK': ConstantEuVatRateRules(25),
'EE': ConstantEuVatRateRules(20),
'EE': ConstantEuVatRateRules(22),
'EL': ElVatRules(),
'GR': ElVatRules(), # Synonymous country code for Greece
'ES': EsVatRules(),
Expand Down

0 comments on commit 093fe96

Please sign in to comment.