Commit 84b164a2 authored by ppatro's avatar ppatro

wave gen bug


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@92243 ce508802-f39f-4f6c-b175-0d175dae99d5
parent a51fa256
......@@ -12672,11 +12672,19 @@ public class WaveGenerationPrc extends ProcessEJB implements WaveGenerationPrcLo
pstmtDet.setString(12,expLevel);
pstmtDet.setString(13,docLoc);
if("Y".equalsIgnoreCase(isRepl))
{
if(invStat.equalsIgnoreCase(invDeepReserve))
{
pstmtDet.setString(14, replRefPNDId);
pstmtDet.setInt(15, replCtr);
}
else
{
pstmtDet.setString(14, replRefDeepId);
pstmtDet.setInt(15, replCtr);
}
}
else
{
pstmtDet.setString(14, prvPickOrd);
pstmtDet.setInt(15, prvPickLineNo);
......
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