aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xbin/showcouncilrates4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/showcouncilrates b/bin/showcouncilrates
index 9eece34b2..fff3d11d8 100755
--- a/bin/showcouncilrates
+++ b/bin/showcouncilrates
@@ -49,8 +49,8 @@ foreach my $row (@$stats){
if ($row->{council}) {
my @council_names = map { $areas_info->{$_}->{name} } @{$row->{council}} ;
for my $council (@council_names) {
- $adminsum{$council} = $row->{total};
- $adminfixed{$council} = $row->{fixed};
+ $adminsum{$council} += $row->{total};
+ $adminfixed{$council} += $row->{fixed};
}
}
}