Commit dbf00adf authored by ssalve's avatar ssalve

Sarita: Committed on 13 NOV 2018

git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@192849 ce508802-f39f-4f6c-b175-0d175dae99d5
parent d5519262
......@@ -77,7 +77,7 @@ public class SRLContainerSplit extends ActionHandlerEJB implements SRLContainerS
}
catch(Exception e)
{
//Added by Anjali
//Added by Anjali on 05 NOV 2018
try
{
conn.rollback();
......@@ -466,7 +466,7 @@ public class SRLContainerSplit extends ActionHandlerEJB implements SRLContainerS
return retSting;
}
}//if(rsStock.next())
//Added by Anjali R. S
//Added by Anjali R. on 05 NOV 2018
if(rsStock != null)
{
rsStock.close();
......@@ -477,7 +477,7 @@ public class SRLContainerSplit extends ActionHandlerEJB implements SRLContainerS
pstmtStock.close();
pstmtStock = null;
}
//Added by Anjali R. E
//Added by Anjali R. on 05 NOV 2018
valueXmlforIssue.append("</Header0>\n");
......@@ -658,10 +658,10 @@ public class SRLContainerSplit extends ActionHandlerEJB implements SRLContainerS
System.out.println("Saving Data for Receipt");
//Commented and Added by sarit aon 02 NOV 2018 [START]
//retSting = saveData(siteCode,valueXmlforReceipt.toString(),conn,userId);
//Modified by Anjali.Start
//Modified by Anjali.Start on 05 NOV 2018
//String sql1 = "SELECT REF_SER, AUTO_CONFIRM, TAX_FORMS, WRKFLW_INIT, WORKFLOW_OPT FROM TRANSETUP WHERE TRAN_WINDOW = 'w_adj_rcp'" ;
String sql1 = "SELECT REF_SER, WRKFLW_INIT, WORKFLOW_OPT FROM TRANSETUP WHERE TRAN_WINDOW = 'w_adj_rcp'" ;
//Modified by Anjali.End
//Modified by Anjali.End on 05 NOV 2018
pstmt = conn.prepareStatement(sql1);
rs = pstmt.executeQuery();
if( rs.next() )
......
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