Commit 763d570a authored by pbhosale's avatar pbhosale

Updated on[13-12-2019]

AllowDednSalComp.java
PayrollSplitgenAccPrc.java


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@213524 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 1dc94afe
......@@ -116,8 +116,8 @@ public class AllowDednSalComp
StringBuffer xmlFileData = new StringBuffer();
NodeList parentNodeList = null, childNodeList = null;
Node parentNode = null, childNode = null;
ArrayList<String> pbSyntaxKeyList = new ArrayList<String>();
ArrayList<String> pbToJavaSyntaxKeyList = new ArrayList<String>();;
/*ArrayList<String> pbSyntaxKeyList = new ArrayList<String>();
ArrayList<String> pbToJavaSyntaxKeyList = new ArrayList<String>();;*/
try
{
if (pbToJavaSyntaxKeySize == 0)
......
......@@ -1107,8 +1107,11 @@ public class PayrollSplitgenAccPrc extends ProcessEJB implements PayrollSplitgen
}
errorCode = "";
adCompInfoMap = allowDednSalComp.getAdCompInfo(type, conn);
System.out.println("adCompInfoMap from getAdCompInfo() ::: "+adCompInfoMap);
//modified by Poonam B[13-12-2019][it has been used ouside the loop][START]
/*adCompInfoMap = allowDednSalComp.getAdCompInfo(type, conn);
System.out.println("adCompInfoMap from getAdCompInfo() ::: "+adCompInfoMap);*/
//modified by Poonam B[13-12-2019][it has been used ouside the loop][END]
int cc = 1;
while(cc <= totRows)
......
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