Commit b274df43 authored by mnair's avatar mnair

Added lineCntr++

git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@186073 ce508802-f39f-4f6c-b175-0d175dae99d5
parent c504b918
......@@ -307,7 +307,7 @@ public class StockTransferAct extends ActionHandlerEJB implements
System.out.println("availableYn ::["+availableYn+"]");
while (rs1.next()) {
lineCntr++;
locCodeFr = rs1.getString( "LOC_CODE" );
lotNum = rs1.getString( "LOT_NO" );
lotSerial = rs1.getString("LOT_SL");
......
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