Commit 8b9de872 authored by kmandhre's avatar kmandhre

done by Kunal Mandhre for Sales Return Transaction DI2ASER001


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@91699 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 26228f9e
......@@ -1515,7 +1515,7 @@ public class SalesReturn extends ValidatorEJB implements SalesReturnLocal, Sales
pstmt = null;
rs = null;
valueXmlString.append("<reason_descr>").append("<![CDATA[" + descr + "]]>").append("</reason_descr>");
valueXmlString.append("<lot_sl>").append("<![CDATA[2S]]>").append("</lot_sl>");
//valueXmlString.append("<lot_sl>").append("<![CDATA[2S]]>").append("</lot_sl>"); commited by Kunal Mandhre on 24/04/12 for DI2ASER001
priceList = genericUtility.getColumnValue("price_list", dom1);
itemCode = genericUtility.getColumnValue("item_code", dom);
tranDate = genericUtility.getColumnValue("tran_date", dom1);
......
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