aboutsummaryrefslogtreecommitdiffstats
path: root/templates/web/emptyhomes/reports/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/web/emptyhomes/reports/index.html')
-rwxr-xr-xtemplates/web/emptyhomes/reports/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/web/emptyhomes/reports/index.html b/templates/web/emptyhomes/reports/index.html
index 13805ab43..003954f19 100755
--- a/templates/web/emptyhomes/reports/index.html
+++ b/templates/web/emptyhomes/reports/index.html
@@ -22,7 +22,7 @@
>
<td align="left"><a href="[% area.url %]">[% area.name %]</a></td>
<td>[% open.${area.id}.new.size or 0 %]</td>
-<td>[% open.${area.id}.older.list.size + open.${area.id}.unknown.list.size %]</td>
+<td>[% (open.${area.id}.older.size or 0) + (open.${area.id}.unknown.size or 0) %]</td>
<td>[% fixed.${area.id}.new.size or 0 %]</td>
<td>[% fixed.${area.id}.old.size or 0 %]</td>
</tr>