Commit a61740da authored by ngadkari's avatar ngadkari

added line no condition for multiple detail 1

git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@217819 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 418c67d1
......@@ -4138,7 +4138,8 @@ public class SalesReturnConfirm extends ActionHandlerEJB implements SalesReturnC
}
*///commented by monika 20 nov 2019
if(ll_line_no==1)//condition added by nandkumar gadkari on 13-03-20
{
xmlBuff.append("<?xml version='1.0' encoding='ISO-8859-1'?><DocumentRoot>");
xmlBuff.append("<description>Datawindow Root</description>");
xmlBuff.append("<group0>");
......@@ -4223,7 +4224,7 @@ public class SalesReturnConfirm extends ActionHandlerEJB implements SalesReturnC
xmlBuff.append("</Detail1>");
xmlBuff.append("\n");
}
}//commented by monika 20 nov 2019
......@@ -5111,6 +5112,8 @@ public class SalesReturnConfirm extends ActionHandlerEJB implements SalesReturnC
{
pstmt1.close();pstmt1 = null;
}*/
if(ll_line_no==1)//condition added by nandkumar gadkari on 13-03-20
{
xmlBuff.append("<?xml version='1.0' encoding='ISO-8859-1'?><DocumentRoot>");
xmlBuff.append("<description>Datawindow Root</description>");
xmlBuff.append("<group0>");
......@@ -5226,6 +5229,7 @@ public class SalesReturnConfirm extends ActionHandlerEJB implements SalesReturnC
xmlBuff.append("</Detail1>");
xmlBuff.append("\n");
}
}
/*xmlBuff.append("<?xml version='1.0' encoding='ISO-8859-1'?>\n");
xmlBuff.append("<DocumentRoot>");
xmlBuff.append("<description>").append("Datawindow Root").append("</description>");
......
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