Commit 6f021ab9 authored by ngadkari's avatar ngadkari

change in for loop of doc key

git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@198254 ce508802-f39f-4f6c-b175-0d175dae99d5
parent ed4a313d
...@@ -3608,7 +3608,7 @@ public class SalesReturn extends ValidatorEJB implements SalesReturnLocal, Sales ...@@ -3608,7 +3608,7 @@ public class SalesReturn extends ValidatorEJB implements SalesReturnLocal, Sales
int size = dokkeyList.size(); int size = dokkeyList.size();
System.out.println("dokkk key size: " +size); System.out.println("dokkk key size: " +size);
for(int i=1;i<=size-1;i++) for(int i=0;i<=size-1;i++)//08/03/19 change int =1 to 0 by nandkumar gadkari on 08/03/19
{ {
cnt=0; cnt=0;
minRateDocKey = dokkeyList.get(i); minRateDocKey = dokkeyList.get(i);
......
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