Commit 91a8c37b authored by vdhoble's avatar vdhoble

changes made to append descr of dept code..removed unused code


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@96947 ce508802-f39f-4f6c-b175-0d175dae99d5
parent d92d7424
......@@ -135,7 +135,7 @@ public class WoIssPartialIC extends ValidatorEJB implements WoIssPartialICLocal,
valueXmlString.append("<quantity>").append("<![CDATA["+ batchQuantity +"]]>").append("</quantity>");
valueXmlString.append("<dept_code>").append("<![CDATA["+ deptCode.trim() +"]]>").append("</dept_code>");
valueXmlString.append("<descr>").append("<![CDATA["+ descr +"]WARIrti0.391995]>").append("</descr>");
valueXmlString.append("<descr>").append("<![CDATA["+ descr +"]]>").append("</descr>");//removed unwanted code****vishakha 10-12-2014
}
if (currentColumn.trim().equalsIgnoreCase("dept_code"))
......
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