DocType GST HSN Code not found

Hi,

I have a v14 test site running and am getting

Not found
DocType GST HSN Code not found
The resource you are looking for is not available

popup when I attempt to open an or create an Item. Is there a way to either disable the GST HSN option or enable it? One of the test companies that is populated by run-tests is India based and deleting it would be difficult at best.

Using: ERPNext: v14.0.0-beta.6 (version-14-beta)

Frappe Framework: v14.x.x-develop () (develop)

Thanks.

Delete custom field “hsn_code” from item
or remove “fetch_from” in that field.

This would solve this issue.

Customize Form, Item, delete HSN/SAC field seems to have fixed it. Thanks @Smit_Vora