pymysql.err.OperationalError: (1054, "Unknown column 'tax_code' in 'field list'")

Hi…
I am new to ERPNext. I was exploring the buying process, When submitting the supplier quotation Server error - pymysql.err.OperationalError: (1054, “Unknown column ‘tax_code’ in ‘field list’”)
Is there any solution to this. Thank you in advance
ERPNext:** v13.9.1 (version-13)
Frappe Framework:** v13.9.0 (version-13)

Can you share the traceback of the error?

Thank you for your replay @shadrak98, There was no traceback error. It was just showing Server error - pymysql.err.OperationalError: (1054, “Unknown column ‘tax_code’ in ‘field list’”),
Now it is solved. There was a one custom field called " Supplier Quotation Item-tax_code ", I changed the "insert after -Description to Tax code ", Now supplier quotation submitted.
Will I get any other problem for changing this? Is this correct? Thank you.

2 Likes