Commit 8ba1b64e authored by pchavan's avatar pchavan

update to set advance amount .

git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@190720 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 5d0d3c6a
......@@ -3171,7 +3171,8 @@ conn = getConnection();
pstmt = null;
sumAdvAmt *= -1.0D;
valueXmlString.append("<CFC_REMARKS >").append("<![CDATA[" + sumAdvAmt + "]]>").append("</CFC_REMARKS>");
//valueXmlString.append("<CFC_REMARKS >").append("<![CDATA[" + sumAdvAmt + "]]>").append("</CFC_REMARKS>");
valueXmlString.append("<cfc_remarks >").append("<![CDATA[" + sumAdvAmt + "]]>").append("</cfc_remarks>");
}
......
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