Commit 7ed3019f authored by srajendra's avatar srajendra

changes in code


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@91178 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 741f9d3b
...@@ -294,6 +294,8 @@ public class MiscPayAct extends ActionHandlerEJB implements MiscPayActLocal,Misc ...@@ -294,6 +294,8 @@ public class MiscPayAct extends ActionHandlerEJB implements MiscPayActLocal,Misc
System.out.println("str1:="+str1); System.out.println("str1:="+str1);
System.out.println("sql3:="+sql3); System.out.println("sql3:="+sql3);
sql4 = sql3.concat(str1); sql4 = sql3.concat(str1);
sql4 = sql4 + " ORDER BY BILL_DATE , BILL_NO "; //added by rajendra on 10/10/09
//sql4 = sql4 + " ORDER BY BILL_NO, BILL_DATE "; // changes by manazir on 29-06-09 R-ID FI89ALL069
System.out.println("sql4:="+sql4); System.out.println("sql4:="+sql4);
SimpleDateFormat sdf = new SimpleDateFormat(genericUtility.getApplDateFormat()); SimpleDateFormat sdf = new SimpleDateFormat(genericUtility.getApplDateFormat());
rs2 = conn.createStatement().executeQuery(sql4); rs2 = conn.createStatement().executeQuery(sql4);
......
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