Commit e2320bef 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@98500 ce508802-f39f-4f6c-b175-0d175dae99d5
parent fcf445a3
...@@ -1977,9 +1977,9 @@ System.out.println("Getting winName============"+windowName); ...@@ -1977,9 +1977,9 @@ System.out.println("Getting winName============"+windowName);
System.out.println("333333333"); System.out.println("333333333");
xmlString.append("<vouch_no><![CDATA["+ tempMapNeg.get("vouch_no") +"]]></vouch_no>"); xmlString.append("<vouch_no><![CDATA["+ tempMapNeg.get("vouch_no") +"]]></vouch_no>");
System.out.println("44444444444"); System.out.println("44444444444");
//xmlString.append("<vouch_date><![CDATA["+ tempMapNeg.get("vouch_date") +"]]></vouch_date>"); xmlString.append("<vouch_date><![CDATA["+ tempMapNeg.get("vouch_date") +"]]></vouch_date>");
xmlString.append("<vouch_date><![CDATA["+ sdf.format(refdateNeg).toString() +"]]></vouch_date>"); //xmlString.append("<vouch_date><![CDATA["+ sdf.format(refdateNeg).toString() +"]]></vouch_date>");
......
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