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