This commit is contained in:
James Cole 2019-01-01 19:32:37 +01:00
parent d7bf9e234c
commit 464642250b
No known key found for this signature in database
GPG Key ID: C16961E655E74B5E
2 changed files with 1 additions and 2 deletions

View File

@ -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

View File

@ -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 %}