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