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 ...@@ -712,10 +712,9 @@ public class CostCtrAllocPosEJB extends ValidatorEJB implements CostCtrAllocPosE
return retString; return retString;
} }
// else if(retString.indexOf("CONFSUCCES") != -1) //changes by sarita on 05 JUN 2018 else if(retString.indexOf("CONFSUCCES") != -1)
else
{ {
//retString = ""; //changes by sarita on 05 JUN 2018 retString = "";
System.out.println("retString if Success ::"+retString); System.out.println("retString if Success ::"+retString);
return retString; return retString;
} }
...@@ -735,7 +734,7 @@ public class CostCtrAllocPosEJB extends ValidatorEJB implements CostCtrAllocPosE ...@@ -735,7 +734,7 @@ public class CostCtrAllocPosEJB extends ValidatorEJB implements CostCtrAllocPosE
System.out.println("Inside Else block on Successful Journal Entry"); System.out.println("Inside Else block on Successful Journal Entry");
return retString; 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] //Added By PriyankaC on 18Oct2017...[End]
} }
}//end of try block }//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