Commit b35e199c authored by ppatro's avatar ppatro

bug found in Active Picking


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@92342 ce508802-f39f-4f6c-b175-0d175dae99d5
parent d0811e24
......@@ -14134,6 +14134,12 @@ public class WaveGenerationPrc extends ProcessEJB implements WaveGenerationPrcLo
pstmtDet.setInt(15,refCtr);
}
if(locInvStat.equalsIgnoreCase(activePickInv))
{
pstmtDet.setString(14,"");
pstmtDet.setInt(15,0);
}
pstmtDet.executeUpdate();
if(!locInvStat.equalsIgnoreCase(activePickInv))
{
......
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