Commit 979d3d48 authored by vvengurlekar's avatar vvengurlekar

SiteRegNoIC.java - Added single line for fin_entity was set on making site_code blank

git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@182978 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 18734f2f
...@@ -586,10 +586,11 @@ public class SiteRegNoIC extends ValidatorEJB implements SiteRegNoICLocal,SiteRe ...@@ -586,10 +586,11 @@ public class SiteRegNoIC extends ValidatorEJB implements SiteRegNoICLocal,SiteRe
pstmt = null; pstmt = null;
} }
System.out.println("@@@@@ finEntityDescr["+finEntityDescr+"]"); System.out.println("@@@@@ finEntityDescr["+finEntityDescr+"]");
valueXmlString.append( "<fin_entity protect=\"1\" ><![CDATA[" ).append(finEntity==null?"":finEntity).append( "]]></fin_entity>\r\n" );
valueXmlString.append( "<finent_descr protect=\"1\" ><![CDATA[" ).append(finEntityDescr==null?"":finEntityDescr).append( "]]></finent_descr>\r\n" ); valueXmlString.append( "<finent_descr protect=\"1\" ><![CDATA[" ).append(finEntityDescr==null?"":finEntityDescr).append( "]]></finent_descr>\r\n" );
} }
} }
valueXmlString.append( "<fin_entity protect=\"1\" ><![CDATA[" ).append(finEntity==null?"":finEntity).append( "]]></fin_entity>\r\n" );
valueXmlString.append( "<finent_descr protect=\"1\" ><![CDATA[" ).append(finEntityDescr==null?"":finEntityDescr).append( "]]></finent_descr>\r\n" ); valueXmlString.append( "<finent_descr protect=\"1\" ><![CDATA[" ).append(finEntityDescr==null?"":finEntityDescr).append( "]]></finent_descr>\r\n" );
} }
//Ended itemchange for site_code by Varsha V //Ended itemchange for site_code by Varsha V
......
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