Commit 6bc2b16a authored by kmandhre's avatar kmandhre

set item description


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@92987 ce508802-f39f-4f6c-b175-0d175dae99d5
parent f04a4aae
......@@ -1288,6 +1288,9 @@ implements BillofQuantityActLocal, BillofQuantityActRemote
valueXmlString.append("<Detail>");
currDetail1 = detailList.item(ctr);
valueXmlString.append("<item_ser>").append("<![CDATA[").append(genericUtility.getColumnValueFromNode("item_ser", currDetail1)).append("]]>").append("</item_ser>\r\n");
//set item desc. on 24/04/13
valueXmlString.append("<item_descr>").append("<![CDATA[").append(genericUtility.getColumnValueFromNode("item_descr", currDetail1)).append("]]>").append("</item_descr>\r\n");
valueXmlString.append("<item_code isSrvCallOnChg='0'>").append("<![CDATA[").append(genericUtility.getColumnValueFromNode("item_code", currDetail1)).append("]]>").append("</item_code>\r\n");
valueXmlString.append("<quantity>").append("<![CDATA[").append(genericUtility.getColumnValueFromNode("quantity", currDetail1)).append("]]>").append("</quantity>\r\n");
valueXmlString.append("<unit>").append("<![CDATA[").append(genericUtility.getColumnValueFromNode("unit", currDetail1)).append("]]>").append("</unit>\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