There are no comments associated with this work order.
<% } else { %>| Commentor | Comment Time | Comment |
|---|---|---|
| <%= comment.recordUpdate_userName %> | <%= comment.workOrderCommentDateString %> <%= comment.workOrderCommentTimePeriodString %> | <%= comment.workOrderComment %> |
<%
const recordCreateDate = new Date(workOrder.recordCreate_timeMillis);
const currentDate = new Date();
%>
Work order created <%= dateTimeFunctions.dateToString(recordCreateDate) %> at <%= dateTimeFunctions.dateToTimeString(recordCreateDate) %>.
Printed <%= dateTimeFunctions.dateToString(currentDate) %> at <%= dateTimeFunctions.dateToTimeString(currentDate) %>.
workOrderId = <%= workOrder.workOrderId %>