Commit 39a12384 authored by manohar's avatar manohar

site_code__dlv added (WMS issue tracker # 190)


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@93047 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 8f5a88e7
......@@ -410,7 +410,9 @@ public class SalesReturn extends ValidatorEJB implements SalesReturnLocal, Sales
rs = null;
valueXmlString.append("<site_code protect =\"1\">").append("<![CDATA["+loginSiteCode.trim()+"]]>").append("</site_code>");
valueXmlString.append("<site_descr>").append("<![CDATA["+loginSiteDescr.trim()+"]]>").append("</site_descr>");
// 11/05/13 manoharan site_code__dlv set as site_code and made editable
valueXmlString.append("<site_code__dlv protect =\"0\">").append("<![CDATA["+loginSiteCode.trim()+"]]>").append("</site_code__dlv>");
// end 11/05/13 manoharan site_code__dlv set as site_code and made editable
String currAppdate ="";
java.sql.Timestamp currDate = null;
currDate = new java.sql.Timestamp(System.currentTimeMillis()) ;
......@@ -5269,7 +5271,7 @@ public class SalesReturn extends ValidatorEJB implements SalesReturnLocal, Sales
}
}
}
if( childNodeName.equalsIgnoreCase( "site_code" ) )
if( childNodeName.equalsIgnoreCase( "site_code" ) || childNodeName.equalsIgnoreCase( "site_code__dlv" ))
{
mVal = genericUtility.getColumnValue( childNodeName, dom ); //dw_edit.GetItemString(dw_edit.GetRow(),fldname)
......
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