Commit 62f5502e authored by jshinde's avatar jshinde

Request Id: W15JSUN010

,Repalletization or pallet consolidation.


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@99942 ce508802-f39f-4f6c-b175-0d175dae99d5
parent b1c37ffc
......@@ -985,6 +985,13 @@ public class ConsolidatePalletIC extends ValidatorEJB implements ConsolidatePall
}
if(pstmt != null){ pstmt.close(); pstmt = null; }
if(rs != null){ rs.close(); rs = null; }
System.out.println("Status["+status+"]");
if(status == null || status.length() == 0)
{
status = "C";
}
}
catch(Exception e)
{
......
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