Commit 5371193a authored by ppatro's avatar ppatro

Master Pack allow


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@92529 ce508802-f39f-4f6c-b175-0d175dae99d5
parent f6b59c67
......@@ -1359,8 +1359,9 @@ public class MasterPackIC extends ValidatorEJB implements MasterPackICRemote, Ma
pstmt.setString(2, ptcn);
rs = pstmt.executeQuery();
//Changed by sumit on 13/01/13 showing seleted detail in case of master unpacking only
//while(rs.next())
while(rs.next() && "master_repack".equalsIgnoreCase(objName))
//while(rs.next() && "master_repack".equalsIgnoreCase(objName))
while(rs.next())
{
//domID++;
domID = rs.getInt("LINE_NO");
......
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