Allow to recalculate rates via bulk edit (#1768)
This commit is contained in:
@@ -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 %}
|
||||
|
||||
Reference in New Issue
Block a user