8000 Alter vat alias for India · unho/python-stdnum@b87a396 · GitHub
[go: up one dir, main page]

Skip to content

Commit b87a396

Browse files
committed
Alter vat alias for India
According to https://www.oecd.org/tax/automatic-exchange/crs-implementation-and-assistance/tax-identification-numbers/India-TIN.pdf the "Permanent Account Number" is the TIN number.
1 parent e40c827 commit b87a396

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stdnum/in_/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@
2121
"""Collection of Indian numbers."""
2222

2323
# provide aliases
24-
from stdnum.in_ import gstin as vat # noqa: F401
24+
from stdnum.in_ import pan as vat # noqa: F401

0 commit comments

Comments
 (0)
0