Commit 95a95b21 by chenith

Updated date fileds when open the job.

parent 179841e5
......@@ -39,6 +39,9 @@ public class SaveJobFP extends SaveFP
if(openJob==Boolean.TRUE)
{
job.setJobStatus(JobStatus.OPEN);
job.setApplyBy(DateDiff.add(DateDiff.getToday(), Calendar.DATE, 30));
job.setOpenDate(new Date());
LogMgr.log(Job.LOG, LogLevel.PROCESSING1,"Job status changed as Open. ", job );
}
......
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