add block for assigning documents to a case, use company timezone, update anchor tag class

This commit is contained in:
2025-01-10 15:03:53 +00:00
parent 722954d0d0
commit b7b0c8e6c4
19 changed files with 400 additions and 73 deletions

View File

@@ -55,7 +55,7 @@
<tbody id='itineraryList'>
{% for i in itineraries %}
<tr>
<td>{{ i.date|date('F j, Y') }}</td>
<td>{{ i.date|date('F j, Y', company_timezone) }}</td>
<td>{{ i.memberCase.caseName }}</td>
<td>{{ i.originLocation.name }}</td>
<td>{{ i.destLocation.name }}</td>