diff options
author | Arthur de Jong <arthur@arthurdejong.org> | 2012-02-11 21:09:06 +0100 |
---|---|---|
committer | Arthur de Jong <arthur@arthurdejong.org> | 2012-02-11 21:09:06 +0100 |
commit | 8a10861e780d65dbda3bd08db42da058cf03c976 (patch) | |
tree | e2fd1493396ab2f54121a36038209e9989dde259 /stdnum/__init__.py | |
parent | a3610a31dfbd0873c56ae0c8e318f57359a5354d (diff) |
add a PVN (Pievienotās vērtības nodokļa, Latvian VAT number) module
git-svn-id: http://arthurdejong.org/svn/python-stdnum/python-stdnum@116 9dea7c4f-944c-4273-ac1a-574ede026edc
Diffstat (limited to 'stdnum/__init__.py')
-rw-r--r-- | stdnum/__init__.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/stdnum/__init__.py b/stdnum/__init__.py index 8a0a0c3..246b548 100644 --- a/stdnum/__init__.py +++ b/stdnum/__init__.py @@ -47,6 +47,7 @@ Currently this package supports the following formats: * FPA, ΦΠΑ (Foros Prostithemenis Aksias, the Greek VAT number) * Ust ID Nr. (Umsatzsteur Identifikationnummer, the German VAT number) * BTW, TVA, NWSt (Belgian VAT number) + * PVN (Pievienotās vērtības nodokļa, Latvian VAT number) * IMEI (International Mobile Equipment Identity) * IMSI (International Mobile Subscriber Identity) * MEID (Mobile Equipment Identifier) |