mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 23:45:10 +00:00
Fix count for #3841
This commit is contained in:
@@ -52,7 +52,7 @@ TODO: hide and show columns
|
|||||||
</thead>
|
</thead>
|
||||||
<tbody>
|
<tbody>
|
||||||
{% for group in groups %}
|
{% for group in groups %}
|
||||||
{% if group.count() > 1 %}
|
{% if group.count > 1 %}
|
||||||
<tr style="border-top:1px #aaa solid;">
|
<tr style="border-top:1px #aaa solid;">
|
||||||
<td colspan="2" style="border-top:1px #aaa solid;">
|
<td colspan="2" style="border-top:1px #aaa solid;">
|
||||||
<small><strong>
|
<small><strong>
|
||||||
|
Reference in New Issue
Block a user