Commit a9954dab authored by ssalve's avatar ssalve

Sarita : Reverted code done for retString on 07 JUN 2018

git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@186108 ce508802-f39f-4f6c-b175-0d175dae99d5
parent fef1bc83
......@@ -712,10 +712,9 @@ public class CostCtrAllocPosEJB extends ValidatorEJB implements CostCtrAllocPosE
return retString;
}
// else if(retString.indexOf("CONFSUCCES") != -1) //changes by sarita on 05 JUN 2018
else
else if(retString.indexOf("CONFSUCCES") != -1)
{
//retString = ""; //changes by sarita on 05 JUN 2018
retString = "";
System.out.println("retString if Success ::"+retString);
return retString;
}
......@@ -735,7 +734,7 @@ public class CostCtrAllocPosEJB extends ValidatorEJB implements CostCtrAllocPosE
System.out.println("Inside Else block on Successful Journal Entry");
return retString;
}
//System.out.println("final task completed:");//changes by sarita on 05 JUN 2018
System.out.println("final task completed:");
//Added By PriyankaC on 18Oct2017...[End]
}
}//end of try block
......
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