Tag-Text in Variable zum Vergleichen ablegen

This commit is contained in:
2023-08-07 08:56:27 +02:00
parent ac7f1efc2a
commit 98b5d7b61d

View File

@@ -533,9 +533,10 @@ mpdf-->
{% for entry in entries %}
<!-- only timesheets, rest will be 'Auslagen' later -->
{% if entry['entry.tags'] != currentTag %}
{% set currentTag = entry['entry.tags']}
<tr>
<td class="project-name"></td>
<td class="project-name">{{ entry['entry.tags'] }}</td>
<td class="project-name">{{ currentTag }}</td>
<td class="project-name"></td>
<td class="project-name"></td>
<td class="project-name"></td>