Release 2.45 (#5721)

Co-authored-by: Henning Klein <info@henningklein.de>
This commit is contained in:
Kevin Papst
2025-12-21 16:42:34 +01:00
committed by GitHub
parent 8c1ed68817
commit afb5a0bba4
67 changed files with 905 additions and 254 deletions

View File

@@ -311,9 +311,9 @@ mpdf-->
{% if id in ['duration', 'duration_decimal', 'duration_seconds'] %}
<td class="totals duration">{{ duration|duration(id == 'duration_decimal') }}</td>
{% elseif id == 'internal_rate' %}
<td class="totals cost">3{% if currency is not null %}{{ rateInternal|money(currency) }}{% endif %}</td>
<td class="totals cost">{% if currency is not null %}{{ rateInternal|money(currency) }}{% endif %}</td>
{% elseif id == 'rate' %}
<td class="totals cost">4{% if currency is not null %}{{ rate|money(currency) }}{% endif %}</td>
<td class="totals cost">{% if currency is not null %}{{ rate|money(currency) }}{% endif %}</td>
{% else %}
<td></td>
{% endif %}