Commit c78ae42b authored by vdhoble's avatar vdhoble

added changes for total number of holidays


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@97680 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 005e6d69
......@@ -585,9 +585,12 @@ public class PhysicalCountSchedule implements Schedule
System.out.println("days-----"+days);
if(totHdays==0)
totHdays=1;
else
totHdays = totHdays +1;
wTimeStamp.setTime(dts.getTime() - (totHdays*(1000 * 60 * 60 * 24)));
System.out.println("wTimeStamp---"+wTimeStamp);
System.out.println("totHdays************"+totHdays);
rs.close();
rs=null;
pstmt.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