Commit ca586535 authored by rbhogale's avatar rbhogale

Changed by Rohan on 01-07-13 for remove return type of shipment


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@31522 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 47c2bacf
......@@ -4686,7 +4686,7 @@ public class WaveGenerationPrc extends ProcessEJB implements WaveGenerationPrcLo
if (errString == null || errString.trim().length() == 0)
{
String dspRefId = updateWaveTaskDet(waveId,4,saleOrder,"","",ptcnID,conn);
return errString = updateShipment(headerDom, detailDom,waveId,saleOrder,dspRefId,tranCode,transMode, xtraParams, conn);
errString = updateShipment(headerDom, detailDom,waveId,saleOrder,dspRefId,tranCode,transMode, xtraParams, conn);
}
else
......@@ -16696,7 +16696,8 @@ public class WaveGenerationPrc extends ProcessEJB implements WaveGenerationPrcLo
}
}
System.out.println(" isReplConfirmed "+replConfirmedSet);
if(replConfirmedSet.size() <=0 || !replConfirmedSet.contains("false"))
//if(replConfirmedSet.size() <=0 || !replConfirmedSet.contains("false"))
if(!replConfirmedSet.contains("false"))
{
//Changed By Pragyan 06/03/13 To update wave status only if it is "N"
......
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