Please update regional file (gst_state_code_data.json). It's generating a key error

The name of states in gst_state_code_data.json are mismatching with the select dropdown in Address Doctype.

In following file the name of state is ‘Chattisgarh’… But in The dropdown of Address Doctype it is spelled like '‘Chhattisgarh’…!

frappe-bench/apps/erpnext/erpnext/regional/india/gst_state_code_data.json

{
“state_number”: “22”,
“state_code”: “CT”,
“state_name”: “Chattisgarh”
},

@nishith,

Thanks for reporting, fixed the issue via [hotfix] fixed type in gst_state_code_data.json file by mbauskar · Pull Request #10437 · frappe/erpnext · GitHub

Thank you @makarand_b :slight_smile: