Commit 0f71a2b7 authored by kgharal's avatar kgharal

added wf_status as "S"


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@93404 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 18d86de2
......@@ -842,7 +842,7 @@ public class SalesReturnFormSplit extends ActionHandlerEJB implements SalesRetur
xmlBuff.append("<form_no><![CDATA["+ tranId +"]]></form_no>");
xmlBuff.append("<reas_code><![CDATA[" + reasCodeH + "]]></reas_code>");
//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/kiran on 08/JUL/13
xmlBuff.append("<site_code__dlv><![CDATA["+siteCodeDlv+"]]></site_code__dlv>"); //added by kunal on 30/JUL/13
xmlBuff.append("</Detail1>");
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