Commit 1b99696c authored by msingh's avatar msingh

Change by Manish on 19/01/17 for Supplier Shipment Wizard.


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@104429 ce508802-f39f-4f6c-b175-0d175dae99d5
parent e09717df
......@@ -83,7 +83,7 @@ public class PackLabelWizPosEJB extends ValidatorEJB implements PackLabelWizPosE
PreparedStatement pstmt = null, pstmtUpdate = null;
ResultSet rs = null;
String retString = "",userInfo = "",sql = "", keyStr = "";
String retString = "",userInfo = "";
SimpleDateFormat simpleDateFormat = null;
String currDate = "";
......@@ -102,24 +102,6 @@ public class PackLabelWizPosEJB extends ValidatorEJB implements PackLabelWizPosE
dom = genericUtility.parseString(xmlstring);
currDate = getCurrdateAppFormat();
sql = "select key_string FROM transetup where tran_window = 'w_asn'";
pstmt = conn.prepareStatement(sql);
rs = pstmt.executeQuery();
if (rs.next())
{
keyStr = rs.getString("key_string");
}
if(rs != null)
{
rs.close();rs = null;
}
if(pstmt != null)
{
pstmt.close();pstmt = null;
}
//asnNo = "ASN" + GetRandomNumber();
userId = genericUtility.getValueFromXTRA_PARAMS( xtraParams, "loginCode" );
......
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