Commit 12ab7f7c authored by kmandhre's avatar kmandhre

change done for return option issue in sales return


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@91729 ce508802-f39f-4f6c-b175-0d175dae99d5
parent fa80df69
......@@ -330,7 +330,7 @@ public class SalesReturnFormSplit extends ActionHandlerEJB implements SalesRetur
invoiceId = checkNull(rs.getString("invoice_id"));
custCode = checkNull(rs.getString("cust_code"));
itemSerHdr = checkNull(rs.getString("item_ser"));
//retOpt = checkNull(rs.getString("ret_opt"));
retOpt = checkNull(rs.getString("ret_opt")); //change done by Kunal Mandhre on 20/06/12
siteCode = checkNull(rs.getString("site_code"));
projCode = checkNull(rs.getString("proj_code"));
analCode = checkNull(rs.getString("anal_code"));
......@@ -752,8 +752,8 @@ public class SalesReturnFormSplit extends ActionHandlerEJB implements SalesRetur
//xmlBuff.append("<item_ser><![CDATA["+ itemSer +"]]></item_ser>");
xmlBuff.append("<item_ser><![CDATA["+ itemSer1 +"]]></item_ser>");
//xmlBuff.append("<ret_opt><![CDATA["+ retOpt +"]]></ret_opt>");
xmlBuff.append("<ret_opt><![CDATA["+ "C" +"]]></ret_opt>");
xmlBuff.append("<ret_opt><![CDATA["+ retOpt +"]]></ret_opt>"); //change done by Kunal Mandhre on 20/06/12
//xmlBuff.append("<ret_opt><![CDATA["+ "C" +"]]></ret_opt>");
System.out.println("Ret Option = C");
xmlBuff.append("<site_code><![CDATA["+ siteCode +"]]></site_code>");
xmlBuff.append("<proj_code><![CDATA["+ projCode +"]]></proj_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