added decimal format variable for invoice duration (#1037)
This commit is contained in:
@@ -86,6 +86,9 @@
|
||||
<tfoot>
|
||||
<tr>
|
||||
<th></th>
|
||||
{% if model.query.user is empty %}
|
||||
<th></th>
|
||||
{% endif %}
|
||||
<th>{{ 'invoice.total_working_time'|trans }}</th>
|
||||
<th>{{ model.calculator.timeWorked|duration }}</th>
|
||||
</tr>
|
||||
|
||||
Reference in New Issue
Block a user