From c56283e948312ef0ba985344f9f209a024f85aec Mon Sep 17 00:00:00 2001 From: einhverfr Date: Sat, 23 Aug 2008 01:34:06 +0000 Subject: Correcting bug 1875001 git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/trunk@2301 4979c152-3d1c-0410-bac9-87ea11338e46 --- bin/rp.pl | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/bin/rp.pl b/bin/rp.pl index 8f5dc0da..1426824e 100644 --- a/bin/rp.pl +++ b/bin/rp.pl @@ -741,9 +741,8 @@ qq|ca.pl?path=$form->{path}&action=list_transactions&accounttype=$form->{account $endbalance = $form->format_amount( \%myconfig, ( $ref->{balance} + $ref->{amount} ) * $ml, 2, " " ); - - if ( $ref->{charttype} eq "H" && $subtotal && $form->{l_subtotal} ) { - + if ( ($ref->{charttype} eq "H") && $subtotal && $form->{l_subtotal} ) { + my %column_data; if ($subtotal) { for (qw(accno begbalance endbalance)) { -- cgit v1.2.3