Commit b07559a6 authored by rbhogale's avatar rbhogale

Changed by Rohan on 26-10-12 for bug fixing of line no


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@92096 ce508802-f39f-4f6c-b175-0d175dae99d5
parent a1e68689
......@@ -12911,9 +12911,18 @@ public class WaveGenerationPrc extends ProcessEJB implements WaveGenerationPrcLo
double avilableCaseActQty = (Double) tempReplCaseActList.get(1);
String sReplOrder =(String) tempReplCaseActList.get(2);
//Changed by Rohan on 12-09-12 to add pick order as reference of depended Replanishment.start
//Changed by Rohan on 26-10-12 for bug fixing.start
/*
String replLineNoDsa =(String) tempCaseReplList.get(3);
String prvpickOrderDsa = (String) tempCaseReplList.get(4);
String pickLineNoDsa = (String) tempCaseReplList.get(5);
*/
String replLineNoDsa =(String) tempReplCaseActList.get(3);
String prvpickOrderDsa = (String) tempReplCaseActList.get(4);
String pickLineNoDsa = (String) tempReplCaseActList.get(5);
//Changed by Rohan on 26-10-12 for bug fixing.end
//Changed by Rohan on 12-09-12 to add pick order as reference of depended Replanishment.end
//String pickRefId = updateWaveTaskDet(waveID,2,saleOrder,"A-PICK","A",ptcn,conn);
......
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