Commit 364cb40f authored by spawar's avatar spawar

Added Changes for set receiver address to adsi.


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@39216 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 05bbeab3
...@@ -10104,9 +10104,12 @@ public class WaveGenerationPrc extends ProcessEJB implements WaveGenerationPrcLo ...@@ -10104,9 +10104,12 @@ public class WaveGenerationPrc extends ProcessEJB implements WaveGenerationPrcLo
if("DDUK".equalsIgnoreCase(projectName)) if("DDUK".equalsIgnoreCase(projectName))
{ {
tempShipAdd = shipAdd3; tempShipAdd = shipAdd3;
shipAdd3 = shipAdd1+" "+shipAdd2; /*shipAdd3 = shipAdd1+" "+shipAdd2;
shipAdd2 = tempShipAdd+" "+shipAdd4; shipAdd2 = tempShipAdd+" "+shipAdd4;
shipAdd1 = shipAdd5; shipAdd1 = shipAdd5;*/
shipAdd3 = shipAdd1;
shipAdd2 = shipAdd2;
shipAdd1 = tempShipAdd;
stateCodeDlv = shipAdd6; stateCodeDlv = shipAdd6;
} }
//Changed by Samadhan on 25/02/2016 for address mearge end //Changed by Samadhan on 25/02/2016 for address mearge end
......
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