Commit 4a95c299 authored by smestry's avatar smestry

Updated the servlet file for PO Autosave


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@102999 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 4d21c599
......@@ -362,7 +362,7 @@ public class ProdWizItemChangeServlet extends HttpServlet
}
retStr = finalItmQtyStr;
}
else if(action.equalsIgnoreCase( "VALIDATE_PO" ))
else if(action.equalsIgnoreCase( "VALIDATE_PO" ) || action.equalsIgnoreCase( "VALIDATE_PO_NEXT" ) )
{
sql = " SELECT COUNT(*) FROM PORDER WHERE PURC_ORDER = ? AND CONFIRMED = ? ";
pstmt = conn.prepareStatement(sql);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment