Skip to content

Commit

Permalink
fix(minor): allow 673 like pin code for puducherry
Browse files Browse the repository at this point in the history
(cherry picked from commit 5e5b6b1)
  • Loading branch information
vorasmit authored and mergify[bot] committed Apr 4, 2024
1 parent f4cf8b0 commit 54c6e45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion india_compliance/gst_india/constants/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@
"Lakshadweep Islands": (682, 682),
"Kerala": (670, 695),
"Tamil Nadu": (600, 643),
"Puducherry": ((533, 533), (605, 605), (607, 607), (609, 609)),
"Puducherry": ((533, 533), (605, 605), (607, 607), (609, 609), (673, 673)),
"Andaman and Nicobar Islands": (744, 744),
"Andhra Pradesh": (500, 535),
}
Expand Down

0 comments on commit 54c6e45

Please sign in to comment.