Commit c14c1772 authored by ssalve's avatar ssalve

Sarita: Done changes to get value of finparm(UPDATE_SHIP_STATUS) and compate...

Sarita: Done changes to get value of finparm(UPDATE_SHIP_STATUS) and compate for projectName DDUK on 07/MAR/2018

git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@181614 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 00375c8f
...@@ -3504,6 +3504,8 @@ public class WaveGenerationPrc extends ProcessEJB implements WaveGenerationPrcLo ...@@ -3504,6 +3504,8 @@ public class WaveGenerationPrc extends ProcessEJB implements WaveGenerationPrcLo
//Commented by Santosh on 19-09-2016 GWT Process screen //Commented by Santosh on 19-09-2016 GWT Process screen
//Changed by Samadhan on 28/01/2016 for galaxy theme checkbox //Changed by Samadhan on 28/01/2016 for galaxy theme checkbox
//boolean processFlag = false; //boolean processFlag = false;
//Added by sarita on 07/03/2018
String updateShipStatus = "";
try try
{ {
//Changed By Pragyan 30JUN14 to take the connection above //Changed By Pragyan 30JUN14 to take the connection above
...@@ -5261,8 +5263,10 @@ public class WaveGenerationPrc extends ProcessEJB implements WaveGenerationPrcLo ...@@ -5261,8 +5263,10 @@ public class WaveGenerationPrc extends ProcessEJB implements WaveGenerationPrcLo
{ {
System.out.println("@@Project is DDUK"); System.out.println("@@Project is DDUK");
//Changed by samadhan on 29/05/2015 for status tracking update in magento system.start //Changed by samadhan on 29/05/2015 for status tracking update in magento system.start
//changed by sarita on 07/03/2017 to get value of updateShipStates and compare
if("P".equalsIgnoreCase(waveMode)) //if("P".equalsIgnoreCase(waveMode)
updateShipStatus = discommon.getDisparams("999999","UPDATE_SHIP_STATUS",conn);
if("P".equalsIgnoreCase(waveMode) && ("Y".equalsIgnoreCase(updateShipStatus)))
{ {
ShipmentStatus objShipment = new ShipmentStatus(); ShipmentStatus objShipment = new ShipmentStatus();
CommonWmsUtil wmsUtil = new CommonWmsUtil(); CommonWmsUtil wmsUtil = new CommonWmsUtil();
...@@ -5319,7 +5323,7 @@ public class WaveGenerationPrc extends ProcessEJB implements WaveGenerationPrcLo ...@@ -5319,7 +5323,7 @@ public class WaveGenerationPrc extends ProcessEJB implements WaveGenerationPrcLo
pstmt = null; pstmt = null;
} }
} }
//Changed by samadhan on 29/05/2015 for status tracking update in magento system.end //Changed by samadhan on 29/05/2015 for status tracking update in magento system.end
} }
// Changed by Manish on 24/06/16 for printing and status tracking update in magento system after commit.[end] // Changed by Manish on 24/06/16 for printing and status tracking update in magento system after commit.[end]
} 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