Commit f1b12e29 authored by rpawar's avatar rpawar

changes made in AdjReceiptIC.java

-parameter name changed in protectRate method 
-parameter changed in valAcct method

git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@172895 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 9477de71
...@@ -1342,7 +1342,7 @@ public class AdjReceiptIC extends ValidatorEJB implements AdjReceiptICRemote,Adj ...@@ -1342,7 +1342,7 @@ public class AdjReceiptIC extends ValidatorEJB implements AdjReceiptICRemote,Adj
//protectRate(dom,valueXmlString,conn);//done //protectRate(dom,valueXmlString,conn);//done
//ArrayList<String> tempList= protectRate(dom2,valueXmlString,conn); //ArrayList<String> tempList= protectRate(dom2,valueXmlString,conn);
ArrayList<String> tempList= protectRate(dom,valueXmlString,conn); ArrayList<String> tempList= protectRate(dom,valueXmlString,conn);
rate = tempList.get(0); //rate = tempList.get(0);
valueXmlString.append(tempList.get(1)); valueXmlString.append(tempList.get(1));
//Modified by Rupesh on[24/10/2017][As Instructed by Piyush Sir][End]. //Modified by Rupesh on[24/10/2017][As Instructed by Piyush Sir][End].
...@@ -1809,7 +1809,7 @@ public class AdjReceiptIC extends ValidatorEJB implements AdjReceiptICRemote,Adj ...@@ -1809,7 +1809,7 @@ public class AdjReceiptIC extends ValidatorEJB implements AdjReceiptICRemote,Adj
//protectRate(dom,valueXmlString,conn); //protectRate(dom,valueXmlString,conn);
//ArrayList<String> tempList= protectRate(dom2,valueXmlString,conn); //ArrayList<String> tempList= protectRate(dom2,valueXmlString,conn);
ArrayList<String> tempList= protectRate(dom,valueXmlString,conn); ArrayList<String> tempList= protectRate(dom,valueXmlString,conn);
rate = tempList.get(0); //rate = tempList.get(0);
valueXmlString.append(tempList.get(1)); valueXmlString.append(tempList.get(1));
//Modified by Rupesh on[24/10/2017][As Instructed by Piyush Sir][End]. //Modified by Rupesh on[24/10/2017][As Instructed by Piyush Sir][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