fix: template divide day duration by hours

This commit is contained in:
2023-08-10 17:21:41 +00:00
parent 57b8a0f0a7
commit 0b71389669

View File

@@ -111,7 +111,7 @@
</td>
<td nowrap class="text-nowrap text-right"></td>
<td nowrap class="text-nowrap text-right">{{ rate|money(currency) }}</td>
<td nowrap class="text-nowrap text-right">{{ duration }}</td>
<td nowrap class="text-nowrap text-right">{{ duration/8.5 }}</td>
<td nowrap class="text-nowrap text-right">{{ entry.rate|money(currency) }}</td>
</tr>
{% endfor %}