Commit 005124a5 authored by rtiwari's avatar rtiwari

modify for set form_no value


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@93325 ce508802-f39f-4f6c-b175-0d175dae99d5
parent e55d41fd
...@@ -835,6 +835,9 @@ public class SalesReturnFormSplit extends ActionHandlerEJB implements SalesRetur ...@@ -835,6 +835,9 @@ public class SalesReturnFormSplit extends ActionHandlerEJB implements SalesRetur
//01112012 manoj sharma ret_ref field to be set //01112012 manoj sharma ret_ref field to be set
xmlBuff.append("<ret_ref><![CDATA[" + retRef + "]]></ret_ref>"); xmlBuff.append("<ret_ref><![CDATA[" + retRef + "]]></ret_ref>");
//end 01112012 manoj sharma ret_ref field to be set //end 01112012 manoj sharma ret_ref field to be set
//08/07/2013 ritesh tiwari form_no field to be set
xmlBuff.append("<form_no><![CDATA["+ tranId +"]]></form_no>");
//end 08/07/2013 ritesh tiwari form_no field to be set
xmlBuff.append("<wf_status><![CDATA[S]]></wf_status>");//added by Sanjaya on 08/JUL/13 xmlBuff.append("<wf_status><![CDATA[S]]></wf_status>");//added by Sanjaya on 08/JUL/13
xmlBuff.append("</Detail1>"); xmlBuff.append("</Detail1>");
lineNo = 0; lineNo = 0;
......
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