From f0479a682413c6ac9003c11dc6e59628d6298e7f Mon Sep 17 00:00:00 2001 From: einhverfr Date: Fri, 7 Sep 2007 18:04:52 +0000 Subject: Applying patch 1790355: Recurring transaction groups now have subtotals git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/trunk@1533 4979c152-3d1c-0410-bac9-87ea11338e46 --- bin/am.pl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'bin') diff --git a/bin/am.pl b/bin/am.pl index 05b85080..0355cbab 100644 --- a/bin/am.pl +++ b/bin/am.pl @@ -3052,9 +3052,10 @@ sub recurring_transactions { %f = &formnames; foreach $transaction ( sort keys %{ $form->{transactions} } ) { + my $transaction_count = scalar( @{ $form->{transactions}{$transaction} } ); print qq| - $tr{$transaction} + $tr{$transaction} ($transaction_count) |; -- cgit v1.2.3