From 4e1a3c1d58cf8b6c25d0681ae56a6a3f040b6327 Mon Sep 17 00:00:00 2001 From: Aditya Duggal Date: Wed, 12 Jul 2017 13:40:11 +0530 Subject: [PATCH] Changed state codes and added state -Andaman 35 added -UP changed to 09 from 35 -Uttrakhand changed to 05 from 36 --- erpnext/regional/india/__init__.py | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/erpnext/regional/india/__init__.py b/erpnext/regional/india/__init__.py index 9a6c376cca..3c0dd07e59 100644 --- a/erpnext/regional/india/__init__.py +++ b/erpnext/regional/india/__init__.py @@ -1,5 +1,6 @@ states = [ '', + 'Andaman and Nicobar Islands', 'Andhra Pradesh', 'Arunachal Pradesh', 'Assam', @@ -38,6 +39,7 @@ states = [ ] state_numbers = { + "Andaman and Nicobar Islands": "35", "Andhra Pradesh": "37", "Arunachal Pradesh": "12", "Assam": "18", @@ -70,7 +72,7 @@ state_numbers = { "Tamil Nadu": "33", "Telangana": "36", "Tripura": "16", - "Uttar Pradesh": "35", - "Uttarakhand": "36", + "Uttar Pradesh": "09", + "Uttarakhand": "05", "West Bengal": "19" } \ No newline at end of file