Merge branch 'develop' into 5.8-dev

This commit is contained in:
James Cole 2022-10-24 19:53:42 +02:00
commit e348127770
No known key found for this signature in database
GPG Key ID: B49A324B7EAD6D80

View File

@ -94,12 +94,12 @@
</tr>
{% endif %}
{% for index, transaction in group.transactions %}
{% set style="text-align:right;" %}
{% set style="" %}
{% if group.transactions|length == loop.index and group.count > 1 %}
{% set style="text-align:right;border-bottom:1px #aaa solid;" %}
{% set style="border-bottom:1px #aaa solid;" %}
{% endif %}
<tr data-date="{{ transaction.date.format('Y-m-d') }}" data-count="{{ group.count }}" data-id="{{ group.id }}">
<td style=" {{ style|raw }}" class="hidden-xs">
<td style=" {{ style|raw }};text-align:right;" class="hidden-xs">
{% if transaction.transaction_type_type == 'Withdrawal' %}
<span class="object-handle fa fa-long-arrow-left fa-fw" title="{{ trans('firefly.Withdrawal') }}"></span>
{% endif %}