Commit c7ac9ff1 authored by skale's avatar skale

Changes in code for Random button for loop.


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@91200 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 1c85be61
...@@ -440,9 +440,9 @@ public class InvFreezeAct extends ActionHandlerEJB implements InvFreezeActLocal, ...@@ -440,9 +440,9 @@ public class InvFreezeAct extends ActionHandlerEJB implements InvFreezeActLocal,
System.out.println("errString :"+errString); System.out.println("errString :"+errString);
return errString; return errString;
} }
for (xx = 1;xx <= maxItems; xx++) for (xx = 0;xx <= maxItems; xx++)
{ {
System.out.println("Inside for :"+site.size()); //System.out.println("Inside for :"+site.size());
if (xx >= site.size()) if (xx >= site.size())
{ {
continue; continue;
......
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