IO-3509 Duplicate Job Open Estimate Date
Signed-off-by: Allan Carr <allan@imexsystems.ca>
This commit is contained in:
@@ -31,9 +31,12 @@ export default async function DuplicateJob({
|
||||
delete existingJob.updatedat;
|
||||
delete existingJob.cieca_stl;
|
||||
delete existingJob.cieca_ttl;
|
||||
!keepJobLines && delete existingJob.clm_total;
|
||||
|
||||
const newJob = {
|
||||
...existingJob,
|
||||
date_open: dayjs(),
|
||||
date_estimated: dayjs(),
|
||||
status: defaultOpenStatus
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user