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
...@@ -12673,8 +12673,16 @@ public class WaveGenerationPrc extends ProcessEJB implements WaveGenerationPrcLo ...@@ -12673,8 +12673,16 @@ public class WaveGenerationPrc extends ProcessEJB implements WaveGenerationPrcLo
pstmtDet.setString(13,docLoc); pstmtDet.setString(13,docLoc);
if("Y".equalsIgnoreCase(isRepl)) if("Y".equalsIgnoreCase(isRepl))
{ {
pstmtDet.setString(14, replRefPNDId); if(invStat.equalsIgnoreCase(invDeepReserve))
pstmtDet.setInt(15, replCtr); {
pstmtDet.setString(14, replRefPNDId);
pstmtDet.setInt(15, replCtr);
}
else
{
pstmtDet.setString(14, replRefDeepId);
pstmtDet.setInt(15, replCtr);
}
} }
else else
{ {
......
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