Commit 00189f47 authored by ppatro's avatar ppatro

Changed By 21/10/14 Pragyan To use ronum as wizrd getting too slow


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@96664 ce508802-f39f-4f6c-b175-0d175dae99d5
parent e886ec4e
......@@ -2068,13 +2068,14 @@ public class StockTransferGrlIC extends ValidatorEJB implements StockTransferGrl
int k = cntList+2;*/
pstmt.setString(cntList+3, siteCode);
int k = cntList+3;
//Changed By 21/10/14 Pragyan To use ronum as wizrd getting too slow
//Changed By Pragyan 11-AUG-14 To check and Facility Master implementation.end
for(cntList=0 ; cntList<invStatList.size(); cntList++)
/*for(cntList=0 ; cntList<invStatList.size(); cntList++)
{
k = k + 1;
System.out.println( "Current k value["+k+"]");
pstmt.setString( k , (String)invStatList.get(cntList));
}
}*/
System.out.println( "Final k value["+k+"]");
pstmt.setInt(k + 1, locPrefZone);
/*pstmt.setString(1, locType);
......
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