Commit 4a85ed6e authored by cpatil's avatar cpatil

update lineNo


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@96752 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 5b6de362
......@@ -479,7 +479,7 @@ public class WoIssPartialPrc extends ProcessEJB implements WoIssPartialPrcLocal,
rs = pstmt.executeQuery();
while(rs.next())
{
lineNo ++ ;
// lineNo ++ ; // comment lineno
operation =rs.getInt("operation");
expLev =rs.getString("EXP_LEV");
itemCode =rs.getString("item_code");
......@@ -548,6 +548,7 @@ public class WoIssPartialPrc extends ProcessEJB implements WoIssPartialPrcLocal,
rs2 = pstmt2.executeQuery();
while(rs2.next())
{
lineNo++;
locCode =rs2.getString(1);
lotNoInv =rs2.getString(2);
lotSlInv =rs2.getString(3);
......
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