Allow to recalculate rates via bulk edit (#1768)

This commit is contained in:
Kevin Papst
2020-06-05 12:25:56 +02:00
committed by GitHub
parent da5563960b
commit ae6beff5d8
6 changed files with 45 additions and 10 deletions

View File

@@ -278,9 +278,9 @@ mpdf-->
{% set entryRateInternal = '–' %}
{% endif %}
{% if showInternalRate %}
<td class="cost">{{ entryRate }}</td>
<td class="cost">{{ entryRateInternal }}</td>
{% endif %}
<td class="cost">{{ entryRateInternal }}</td>
<td class="cost">{{ entryRate }}</td>
{% endif %}
</tr>
{% endfor %}