Topic: Getting this database error while allocatin the supplier's allocation

DATABASE ERROR : could not void supp transactions for type= and trans_no=
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 trans_no_from=) OR (trans_type_to= AND trans_no_to=)' at line 2
sql that failed was : SELECT * FROM 0_supp_allocations WHERE (trans_type_from= AND trans_no_from=) OR (trans_type_to= AND trans_no_to=)

yesterday only i download this project..!!! i m impressed..
but today i m gettin this error while allocating the supplier item..!!!

help me out.!!

Re: Getting this database error while allocatin the supplier's allocation

Something strange has happened. Could you please set the variable $go_debug in the file config.php to 1. This will catch more warnings or errors.

/Joe