Commit c70c0c76 authored by cpatil's avatar cpatil

update


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@91790 ce508802-f39f-4f6c-b175-0d175dae99d5
parent e1a6e2fe
......@@ -154,7 +154,7 @@ public class InvHoldGen
//add by cpatil start on 28-07-12 as per manoharan sir
sqlIn="select std_days from inv_lock where lock_code = ?";
pstmtIn = conn.prepareStatement(sql);
pstmtIn = conn.prepareStatement(sqlIn);
pstmtIn.setString(1,lockCode);
rsIn = pstmtIn.executeQuery();
......@@ -173,7 +173,6 @@ public class InvHoldGen
currDate2 = new Timestamp(c.getTimeInMillis());
//add by cpatil on 28-07-12 end
pstmtHolddet.setString( 1, tranId );
pstmtHolddet.setInt( 2, lineNo );
pstmtHolddet.setString( 3, itemCode );
......
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