Topic: Manufacturing Reports - Print Work Orders - DATABASE ERROR
This is the message that prompt out when accessing "Print Work Order" under "Manufacturing Reports"
DATABASE ERROR : Could not find work order 0
sql that failed was : SELECT wo.*,st.description As StockItemName,l.location_name, l.delivery_address,l.email, l.contact FROM workorders wo, stock_master st, locations l WHERE st.stock_id=wo.stock_id AND l.loc_code=wo.loc_code AND wo.id='0' GROUP BY wo.id
Please help.