Commit 65ab3a64 authored by cpatil's avatar cpatil

add () for increment no


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@98511 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 73bb3390
...@@ -1771,7 +1771,7 @@ System.out.println("Getting winName============"+windowName); ...@@ -1771,7 +1771,7 @@ System.out.println("Getting winName============"+windowName);
{ {
if( maxRefNo != null && maxRefNo.trim().length() > 0 ) if( maxRefNo != null && maxRefNo.trim().length() > 0 )
{ {
maxRefNo = ""+Integer.parseInt(maxRefNo)+1; maxRefNo = ""+(Integer.parseInt(maxRefNo)+1);
System.out.println("@@@@@@@@@ maxRefNo["+maxRefNo+"]"); System.out.println("@@@@@@@@@ maxRefNo["+maxRefNo+"]");
xmlString.append("<ref_no><![CDATA[" + checkNull(maxRefNo) +"]]></ref_no>"); xmlString.append("<ref_no><![CDATA[" + checkNull(maxRefNo) +"]]></ref_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