[hotfix] fixed the state code for Uttarakhand

This commit is contained in:
mbauskar 2017-07-16 21:28:39 +05:30
parent 3ceebaec3f
commit 71b5250cbd
2 changed files with 2 additions and 1 deletions

View File

@ -11,3 +11,4 @@ def execute():
frappe.db.sql("update `tabCustom Field` set options=%s where fieldname='gst_state'", '\n'.join(states))
frappe.db.sql("update `tabAddress` set gst_state='Chhattisgarh' where gst_state='Chattisgarh'")
frappe.db.sql("update `tabAddress` set gst_state_number='05' where gst_state='Uttarakhand'")

View File

@ -10,7 +10,7 @@
"state_name": "Uttar Pradesh"
},
{
"state_number": "36",
"state_number": "05",
"state_code": "UT",
"state_name": "Uttarakhand"
},