Topic: error on customer_invoice
the following was produced on new unstable release
DATABASE ERROR : The debtor transaction detail could not be queried
error code : 1064
error message : You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ') AND debtor_trans_type=13 AND 0_stock_master.stock_id=0_debtor_trans_details.' at line 6
sql that failed was : SELECT 0_debtor_trans_details.*, 0_debtor_trans_details.unit_price+0_debtor_trans_details.unit_tax AS FullUnitPrice, 0_debtor_trans_details.description As StockDescription, 0_stock_master.units FROM 0_debtor_trans_details,0_stock_master WHERE () AND debtor_trans_type=13 AND 0_stock_master.stock_id=0_debtor_trans_details.stock_id ORDER BY id