From 54c6e452f865b1c5467da936f1df0782621eaa7b Mon Sep 17 00:00:00 2001 From: Smit Vora Date: Thu, 4 Apr 2024 10:10:52 +0530 Subject: [PATCH] fix(minor): allow 673 like pin code for puducherry (cherry picked from commit 5e5b6b1d2fd4d0d3de3938a8b85521d8c8d412df) --- india_compliance/gst_india/constants/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/india_compliance/gst_india/constants/__init__.py b/india_compliance/gst_india/constants/__init__.py index 903688f7c2..52dab78965 100644 --- a/india_compliance/gst_india/constants/__init__.py +++ b/india_compliance/gst_india/constants/__init__.py @@ -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), }