mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2024-11-22 17:06:39 -06:00
Fix #1955.
This commit is contained in:
parent
d7bf9e234c
commit
464642250b
@ -22,6 +22,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
|
||||
- #1942 Favicons are relative so Scriptaculous installations work better.
|
||||
- #1944 Make sure that the search allows you to mass-select transactions.
|
||||
- #1945 Slight UI change so the drop-down menu renders better.
|
||||
- #1955 Fixed a bug in the category report.
|
||||
- Fixed broken translations in the recurring transactions overview.
|
||||
|
||||
### Security
|
||||
|
@ -191,8 +191,6 @@
|
||||
{% set totalCount = 0 %}
|
||||
{% set totalSum = 0 %}
|
||||
{% for row in averageExpenses %}
|
||||
{% set totalCount = totalCount+ row.count %}
|
||||
{% set totalSum = totalSum + row.sum %}
|
||||
{% if loop.index > listLength %}
|
||||
<tr class="overListLength">
|
||||
{% else %}
|
||||
|
Loading…
Reference in New Issue
Block a user