Commit 6993f1ae authored by mjadhav's avatar mjadhav

delays days not added for - ve days


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@98244 ce508802-f39f-4f6c-b175-0d175dae99d5
parent cd75296f
......@@ -717,8 +717,10 @@ return retString;
delayDays = (int)utilmethod.DaysAfter(dueDateOrg, compDateOrg); //(int)countDaysBetween(dueDateOrg,complDateNew);
System.out.println("delayed days-----"+delayDays);
}
if(delayDays >= 0)
{
totDelayDays = totDelayDays + delayDays;
}
//reschDate = utilmethod.RelativeDate(dueDateOrg, delayDays);
}
rs.close();
......
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