Commit bdcc31f6 authored by nkhan's avatar nkhan

Added by nasruddin


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@101607 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 3c2d1e3f
...@@ -331,14 +331,7 @@ public class RelPartyDefIC extends ValidatorEJB implements RelPartyDefICLocal, R ...@@ -331,14 +331,7 @@ public class RelPartyDefIC extends ValidatorEJB implements RelPartyDefICLocal, R
pstmt.close(); pstmt.close();
pstmt = null; pstmt = null;
} }
System.out.println("contactName");
System.out.println("addres 1:"+address1 + "]");
System.out.println("addres 2:"+address2 + "]");
System.out.println("addres 3:"+address3 + "]");
System.out.println("city :"+city+ "]");
System.out.println("state"+stateCode+ "]");
System.out.println("pin or zip"+pinCode+ "]");
System.out.println("Country Code ["+ countryCode + "]");
valueXmlString.append( "<name><![CDATA[" ).append( contactName ).append( "]]></name>\r\n" ); valueXmlString.append( "<name><![CDATA[" ).append( contactName ).append( "]]></name>\r\n" );
valueXmlString.append( "<addr1><![CDATA[" ).append( address1 ).append( "]]></addr1>\r\n" ); valueXmlString.append( "<addr1><![CDATA[" ).append( address1 ).append( "]]></addr1>\r\n" );
...@@ -384,7 +377,7 @@ public class RelPartyDefIC extends ValidatorEJB implements RelPartyDefICLocal, R ...@@ -384,7 +377,7 @@ public class RelPartyDefIC extends ValidatorEJB implements RelPartyDefICLocal, R
System.out.println("Tran description ["+ tranDescr+"]"); System.out.println("Tran description ["+ tranDescr+"]");
valueXmlString.append( "<tran_type><![CDATA[" ).append( tranType ).append( "]]></tran_type>\r\n" ); // valueXmlString.append( "<tran_type><![CDATA[" ).append( tranType ).append( "]]></tran_type>\r\n" );
valueXmlString.append( "<descr><![CDATA[" ).append( tranDescr ).append( "]]></descr>\r\n" ); valueXmlString.append( "<descr><![CDATA[" ).append( tranDescr ).append( "]]></descr>\r\n" );
......
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