fix comment print

pull/11/head
Dan Gowans 2025-04-02 12:59:32 -04:00
parent 1dd8024e35
commit 01f44f0727
1 changed files with 2 additions and 2 deletions

View File

@ -25,8 +25,8 @@
<% for (const comment of workOrder.workOrderComments) { %> <% for (const comment of workOrder.workOrderComments) { %>
<tr> <tr>
<td><%= comment.recordUpdate_userName %></td> <td><%= comment.recordUpdate_userName %></td>
<td><%= comment.workOrderCommentDateString %> <%= comment.workOrderCommentTimePeriodString %></td> <td><%= comment.commentDateString %> <%= comment.commentTimePeriodString %></td>
<td><%= comment.workOrderComment %></td> <td><%= comment.comment %></td>
</tr> </tr>
<% } %> <% } %>
</tbody> </tbody>