Commit 9838d626 authored by ssalve's avatar ssalve

Sarita: Done changes to set lsToSite on 27 SEP 2018

git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@191277 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 2bc63b82
...@@ -87,7 +87,10 @@ public class EmpITConfPrc extends ProcessEJB implements EmpITConfPrcLocal,EmpI ...@@ -87,7 +87,10 @@ public class EmpITConfPrc extends ProcessEJB implements EmpITConfPrcLocal,EmpI
} }
if(lsToSite == null || lsToSite.trim().length() == 0) if(lsToSite == null || lsToSite.trim().length() == 0)
{ {
lsToSite = " "; //changes by sarita on 27 SEP 2018 [START]
//lsToSite = " ";
lsToSite = "ZZZZZ";
//changes by sarita on 27 SEP 2018 [END]
} }
if(lsProcfr == null || lsProcfr.trim().length() == 0) if(lsProcfr == null || lsProcfr.trim().length() == 0)
{ {
......
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