Commit b1277af4 authored by kmandhre's avatar kmandhre

change if to while loop


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@94629 ce508802-f39f-4f6c-b175-0d175dae99d5
parent ced932d0
......@@ -271,7 +271,7 @@ public class LotStatPos extends ValidatorEJB implements LotStatPosLocal, LotStat
//pStmt.setString(5, lotNoDet);
rs = pStmt.executeQuery();
if( rs.next() )
while( rs.next() )//change if to while loop on 22/apr/14 kunal m
{
//changed by sankara on 16/09/13 for displaying error message.
dataFlag = true;
......
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