Commit 67d435bc authored by kshinde's avatar kshinde

Bug fix

git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@186923 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 8e8c0a08
......@@ -246,7 +246,7 @@ public class LoanIC extends ValidatorEJB implements LoanICLocal, LoanICRemote
}
else if(currentColumn.trim().equalsIgnoreCase("loan_type"))
{
loanType =genericUtility.getColumnValue("loan_type", dom);
/*loanType =genericUtility.getColumnValue("loan_type", dom);
if("0".equalsIgnoreCase(loanType.trim()) || "1".equalsIgnoreCase(loanType.trim()))
{
......@@ -255,7 +255,7 @@ public class LoanIC extends ValidatorEJB implements LoanICLocal, LoanICRemote
else
{
valueXmlString.append("<tran_type>").append("<![CDATA["+"1"+"]]>").append("</tran_type>");
}
}*/
}
else if(currentColumn.trim().equalsIgnoreCase("cctr_code__pay"))
......
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