While trying to update bench, the India Compliance app is throwing the error below:
Executing india_compliance.patches.post_install.update_gst_treatment_for_taxable_nil_transaction_item
Syntax error in query:
UPDATE `tabSales Invoice Item` SET `gst_treatment`=%(param1)s WHERE `item_tax_template` IN () AND `gst_treatment`=%(param2)s {'param1': 'Nil-Rated', 'param2': 'Taxable'}
pymysql.err.ProgrammingError: (1064, "You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near ') AND `gst_treatment`='Taxable'' at line 1")