Commit fa3a4f27 authored by rbhogale's avatar rbhogale

Changed by Rohan on 10-05-13 sumit source merge


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@93041 ce508802-f39f-4f6c-b175-0d175dae99d5
parent cc86f37a
...@@ -188,8 +188,10 @@ public class ReplIssPos extends ValidatorEJB implements ReplIssPosRemote, ReplIs ...@@ -188,8 +188,10 @@ public class ReplIssPos extends ValidatorEJB implements ReplIssPosRemote, ReplIs
if (locCodeTo != null && locCodeTo.trim().length() > 0) if (locCodeTo != null && locCodeTo.trim().length() > 0)
{ {
locCtr++; locCtr++;
//Changed by sumit on 07/02/13 updating loc_to_assigned //Changed by sumit on 07/02/13 updating loc_to_assigned
//Chnaged by sumit on 10-05-13 no need of sql.start
//sql = "update repl_iss_det set loc_code__to = ? where tran_id = ? and line_no = ? "; //sql = "update repl_iss_det set loc_code__to = ? where tran_id = ? and line_no = ? ";
/*
sql = "update repl_iss_det set loc_code__to = ?, loc_to_assigned = 'Y' where tran_id = ? and line_no = ? "; sql = "update repl_iss_det set loc_code__to = ?, loc_to_assigned = 'Y' where tran_id = ? and line_no = ? ";
pstmt = conn.prepareStatement(sql); pstmt = conn.prepareStatement(sql);
pstmt.setString( 1, locCodeTo); pstmt.setString( 1, locCodeTo);
...@@ -198,6 +200,8 @@ public class ReplIssPos extends ValidatorEJB implements ReplIssPosRemote, ReplIs ...@@ -198,6 +200,8 @@ public class ReplIssPos extends ValidatorEJB implements ReplIssPosRemote, ReplIs
pstmt.executeUpdate(); pstmt.executeUpdate();
pstmt.close(); pstmt.close();
pstmt = null; pstmt = null;
*/
//Chnaged by sumit on 10-05-13 no need of sql.end
} }
//Changed by sumit on 23/02/13 commenting below code from for loop and written outside of for loop start . //Changed by sumit on 23/02/13 commenting below code from for loop and written outside of for loop start .
......
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