Commit 15b89317 authored by ngadkari's avatar ngadkari

Loan Tracking system

git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@187580 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 6a32da6b
......@@ -472,7 +472,7 @@ public class LoanIC extends ValidatorEJB implements LoanICLocal, LoanICRemote
}
while(ctr < childNodeListLength && !childNodeName.equals(currentColumn));
System.out.println("IN DETAILS column name is %%%%%%%%%%%%%[" + currentColumn + "] ==> '" + columnValue + "'");
if (currentColumn.trim().equalsIgnoreCase("itm_defaultedit"))
/* if (currentColumn.trim().equalsIgnoreCase("itm_defaultedit"))
{
Node currDetailF=null;
NodeList detailList1 = dom2.getElementsByTagName("Detail1");
......@@ -488,7 +488,8 @@ public class LoanIC extends ValidatorEJB implements LoanICLocal, LoanICRemote
valueXmlString.append("<diff_amt__exch protect = \"1\">").append("<![CDATA[" + getReqDecimal(diffAmtExch, 3) + "]]>").append("</diff_amt__exch>");
}
}
else if(currentColumn.trim().equalsIgnoreCase("ref_no"))
else*/
if(currentColumn.trim().equalsIgnoreCase("ref_no"))
{
......@@ -836,7 +837,7 @@ public class LoanIC extends ValidatorEJB implements LoanICLocal, LoanICRemote
}
while(ctr < childNodeListLength && !childNodeName.equals(currentColumn));
System.out.println("IN DETAILS column name is %%%%%%%%%%%%%[" + currentColumn + "] ==> '" + columnValue + "'");
if (currentColumn.trim().equalsIgnoreCase("itm_defaultedit"))
/*if (currentColumn.trim().equalsIgnoreCase("itm_defaultedit"))
{
Node currDetailF=null;
NodeList detailList1 = dom2.getElementsByTagName("Detail1");
......@@ -852,7 +853,8 @@ public class LoanIC extends ValidatorEJB implements LoanICLocal, LoanICRemote
valueXmlString.append("<diff_amt__exch protect = \"1\">").append("<![CDATA[" + getReqDecimal(diffAmtExch, 3) + "]]>").append("</diff_amt__exch>");
}
}
else if(currentColumn.trim().equalsIgnoreCase("ref_no"))
else*/
if(currentColumn.trim().equalsIgnoreCase("ref_no"))
{
......
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