Skip to content

Commit

Permalink
fix report title
Browse files Browse the repository at this point in the history
  • Loading branch information
dangowans committed Jun 26, 2024
1 parent 870ad27 commit 79288fd
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions views/print/pdf/workOrder-commentLog.ejs
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
<html>
<head>
<style>
<%- include('style.css'); %>
</style>
<title>Work Order #<%= workOrder.workOrderNumber %></title>
<style>
<%- include('style.css'); %>
</style>
</head>
<body>
<%- include('_workOrder-header.ejs'); %>
Expand Down

0 comments on commit 79288fd

Please sign in to comment.