Merge pull request #9884 from mbauskar/patch-fixes

[hotfix] fixed GST code for Uttarakhand
This commit is contained in:
Nabin Hait 2017-07-17 13:04:54 +05:30 committed by GitHub
commit 2df7db0346
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"
},