commit | 2fe3056fa272c82075e5dd4c36cac5783abd2665 | [log] [tgz] |
---|---|---|
author | Deepesh Garg <42651287+deepeshgarg007@users.noreply.github.com> | Tue Apr 13 15:37:29 2021 +0530 |
committer | GitHub <noreply@github.com> | Tue Apr 13 15:37:29 2021 +0530 |
tree | 7b832dba91e20713b44e7e8e56f9015dfabade1c | |
parent | 9aad73b9f0927a99ca55c325c1aecf05a6079925 [diff] | |
parent | de774ae080d8ddbc0e39f2ac0390c66a899921d9 [diff] |
Merge pull request #24993 from frappe/ishanloya-regional Correct state code for 'Other Territory'
diff --git a/erpnext/regional/india/__init__.py b/erpnext/regional/india/__init__.py index 378b735..faeb36f 100644 --- a/erpnext/regional/india/__init__.py +++ b/erpnext/regional/india/__init__.py
@@ -69,7 +69,7 @@ "Mizoram": "15", "Nagaland": "13", "Odisha": "21", - "Other Territory": "98", + "Other Territory": "97", "Pondicherry": "34", "Punjab": "03", "Rajasthan": "08",