Commit ab60d05c 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@98503 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 778e2d01
...@@ -1698,7 +1698,7 @@ System.out.println("Getting winName============"+windowName); ...@@ -1698,7 +1698,7 @@ System.out.println("Getting winName============"+windowName);
System.out.println("Chq1========="+chq1); System.out.println("Chq1========="+chq1);
System.out.println("chq2========="+chq2); System.out.println("chq2========="+chq2);
String maxRefNo="0"; String maxRefNo="";
if(chq1!=null & chq1.trim().length()>0 && chq2!=null & chq2.trim().length()>0) if(chq1!=null & chq1.trim().length()>0 && chq2!=null & chq2.trim().length()>0)
{ {
if(Integer.parseInt(chq1)>Integer.parseInt(chq2)) if(Integer.parseInt(chq1)>Integer.parseInt(chq2))
......
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