fix report titles
parent
f1ffdefbf8
commit
870ad27d1d
|
|
@ -10,6 +10,7 @@
|
|||
%>
|
||||
<html>
|
||||
<head>
|
||||
<title>Burial Permit</title>
|
||||
<style>
|
||||
<%- include('style.css'); %>
|
||||
</style>
|
||||
|
|
|
|||
|
|
@ -28,6 +28,7 @@
|
|||
%>
|
||||
<html>
|
||||
<head>
|
||||
<title>Contract for the Purchase of Interment Rights or Cemetery Services</title>
|
||||
<style>
|
||||
<%- include('style.css'); %>
|
||||
|
||||
|
|
|
|||
|
|
@ -1,5 +1,6 @@
|
|||
<html>
|
||||
<head>
|
||||
<title>Work Order #<%= workOrder.workOrderNumber %></title>
|
||||
<style>
|
||||
<%- include('style.css'); %>
|
||||
</style>
|
||||
|
|
|
|||
Loading…
Reference in New Issue