Topic: Error on update of supplier
Hi
I am getting this error when trying to update supplier.
DATABASE ERROR : The supplier could not be updated
error code : 1366
error message : Incorrect integer value: '' for column 'tax_included' at row 1
sql that failed was : UPDATE suppliers SET supp_name='ADM Milling Ltd', supp_ref='ADM Milling', address='Kingsgate\n1, King Edward Road\nBrentwood, Essex\nCM14 4HG', supp_address='Kingsgate\n1, King Edward Road\nBrentwood, Essex\nCM14 4HG', gst_no='', website='', supp_account_no='', bank_account='', credit_limit=0, dimension_id='0', dimension2_id='0', curr_code='GBP', payment_terms='5', payable_account='13201', purchase_account='', payment_discount_account='20109', notes='', tax_group_id='1', tax_included='' WHERE supplier_id = '2'