Commit e30d5ebc authored by mpatidar's avatar mpatidar

Date Modification


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@91668 ce508802-f39f-4f6c-b175-0d175dae99d5
parent b448be4e
......@@ -144,7 +144,7 @@ public class InvoiceAmdPrs extends ProcessEJB implements InvoiceAmdPrsLocal ,In
int count = rs1.getInt(1);
if(count > 0)
{
if(fromDate.before(toDate))
if(!(toDate.after(fromDate)))
{
// Query To get the Data from Process Window
System.out.println("BEFORE THE sql QUERY");
......
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