Commit e974c580 authored by ppatro's avatar ppatro

bug found in active picking


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@92328 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 0beb9dce
......@@ -13093,9 +13093,12 @@ public class WaveGenerationPrc extends ProcessEJB implements WaveGenerationPrcLo
pstmtDet.setString(12,expLevel);
//Changed By Pragyan Demo4
pstmtDet.setString(13,docLoc);
pstmtDet.setString(14,replRefDeepId);
pstmtDet.setInt(15,replCnt);
//Changed By Pragyan 10/12/12 As the bug found after replenishment issue.statrt
//pstmtDet.setString(14,replRefDeepId);
//pstmtDet.setInt(15,replCnt);
pstmtDet.setString(14,"");
pstmtDet.setInt(15,0);
//Changed By Pragyan 10/12/12 As the bug found after replenishment issue.end
ArrayList tempReplList = new ArrayList();
......
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