Commit cdd4da9e authored by pchavan's avatar pchavan

git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@190645 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 141ca886
......@@ -4426,7 +4426,7 @@ public class PoReceiptIc extends ValidatorEJB implements PoReceiptIcLocal,PoRec
pstmt = null;
}
valueXmlString.append("<crterm_descr>").append("<![CDATA["+lscrtermdescr+"]>").append("</crterm_descr>");
valueXmlString.append("<crterm_descr>").append("<![CDATA["+lscrtermdescr+"]]>").append("</crterm_descr>");
if(lsbankcdpay == null ||lsbankcdpay.trim().length() == 0 )
{
valueXmlString.append("<bank_code__pay>").append("<![CDATA[]]>").append("</bank_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