Commit d4a50813 authored by agaikwad's avatar agaikwad

Changes in itemchange of status and lot no.


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@101777 ce508802-f39f-4f6c-b175-0d175dae99d5
parent ab88b72d
......@@ -3485,11 +3485,10 @@ public class SalesReturn extends ValidatorEJB implements SalesReturnLocal, Sales
pstmt.close();
pstmt = null;
rs = null;
System.out.println("Lot sl is:"+lslotsl);
if (lslotsl==null || lslotsl.trim().length() > 0)
System.out.println("*********Lot sl is:"+lslotsl);
if (lslotsl == null)
{
lslotsl="2S";
valueXmlString.append("<lot_sl>").append("<![CDATA[" + lslotsl + "]]>").append("</lot_sl>");
valueXmlString.append("<lot_sl>").append("2S").append("</lot_sl>");
}
else
{
......
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