diff --git a/stdnum/eu/vat.py b/stdnum/eu/vat.py index 573852c0..30a13c35 100644 --- a/stdnum/eu/vat.py +++ b/stdnum/eu/vat.py @@ -44,7 +44,7 @@ country_codes = set([ 'at', 'be', 'bg', 'cy', 'cz', 'de', 'dk', 'ee', 'es', 'fi', 'fr', 'gb', - 'gr', 'hu', 'ie', 'it', 'lt', 'lu', 'lv', 'mt', 'nl', 'pl', 'pt', 'ro', + 'gr', 'hr', 'hu', 'ie', 'it', 'lt', 'lu', 'lv', 'mt', 'nl', 'pl', 'pt', 'ro', 'se', 'si', 'sk' ]) """The collection of country codes that are queried. Greece is listed with diff --git a/stdnum/hr/__init__.py b/stdnum/hr/__init__.py index 3c38d759..ca5f7ac7 100644 --- a/stdnum/hr/__init__.py +++ b/stdnum/hr/__init__.py @@ -19,3 +19,6 @@ # 02110-1301 USA """Collection of Croatian numbers.""" + +# provide vat as an alias +from stdnum.hr import oib as vat \ No newline at end of file