Fixing distance value in export file

This commit is contained in:
2025-10-15 17:01:55 -04:00
parent df34f67c91
commit 8b5cb40372
4 changed files with 98 additions and 27 deletions
+3
View File
@@ -313,6 +313,7 @@
<th>Action Description</th>
<th>Event Description</th>
<th>Recorded Address</th>
<th>Distance</th>
</tr>
</thead>
<tbody>
@@ -326,6 +327,7 @@
<td>Check In</td>
<td>Main Office</td>
<td>123 Main St</td>
<td>0.125</td>
</tr>
<tr>
<td>67890</td>
@@ -337,6 +339,7 @@
<td>Check Out</td>
<td>Main Office</td>
<td>123 Main St</td>
<td>0.125</td>
</tr>
</tbody>
</table>