aboutsummaryrefslogtreecommitdiffstats
path: root/mktreasurer
diff options
context:
space:
mode:
Diffstat (limited to 'mktreasurer')
-rwxr-xr-xmktreasurer2
1 files changed, 1 insertions, 1 deletions
diff --git a/mktreasurer b/mktreasurer
index dd8c08e..eafe58e 100755
--- a/mktreasurer
+++ b/mktreasurer
@@ -137,7 +137,7 @@ sub transactions_infos {
}
$res{balance} += $tra->{amount};
}
- foreach my $by ('by_ac', 'by_year', 'by_month', 'by_ca') {
+ foreach my $by ('by_ac', 'by_year', 'by_month', 'by_ca', 'by_pa') {
foreach my $t (values %{$res{$by}}) {
$t->{balance} = new Math::BigFloat 0;
$t->{revenues} = new Math::BigFloat 0;