Commit 076e2dd1 authored by pshinde's avatar pshinde

Changes in Automatic Payment scheduler code


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@98430 ce508802-f39f-4f6c-b175-0d175dae99d5
parent c2a71ba7
......@@ -1916,8 +1916,9 @@ System.out.println("Getting winName============"+windowName);
// lineNo = 0;
System.out.println("tempListNeg.size()===="+tempListNeg);
if(itemCtr== tempList.size()-1)
if(tempListNeg!=null && itemCtr== tempList.size()-1)
{
System.out.println("IFFFFFFFFFFFFFFFFFFFfffffffffffff%%%%%%%");
for (int itemCtr1 = 0; itemCtr1 < tempListNeg.size(); itemCtr1++)
{
//System.out.println("Inside for loop====="+tempMapNeg);
......
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