push interment down milestone list
parent
ff5473bf8a
commit
c4e6324112
|
|
@ -960,7 +960,7 @@ function importFromWorkOrderCSV() {
|
|||
? workOrderMilestoneDateString
|
||||
: undefined,
|
||||
workOrderMilestoneCompletionTimeString: workOrderMilestoneDateString < currentDateString
|
||||
? "00:00"
|
||||
? "23:59"
|
||||
: undefined
|
||||
}, user);
|
||||
if (workOrderMilestoneDateString >
|
||||
|
|
|
|||
|
|
@ -1710,7 +1710,7 @@ function importFromWorkOrderCSV() {
|
|||
: undefined,
|
||||
workOrderMilestoneCompletionTimeString:
|
||||
workOrderMilestoneDateString < currentDateString
|
||||
? "00:00"
|
||||
? "23:59"
|
||||
: undefined
|
||||
},
|
||||
user
|
||||
|
|
|
|||
Loading…
Reference in New Issue