mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-25 18:45:27 -06:00
Fix count for #3841
This commit is contained in:
parent
f093dbb30b
commit
ed7977a105
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user