From cc3e76ec7c4747efe2817218c3bc11a745fa5b0a Mon Sep 17 00:00:00 2001 From: einhverfr Date: Thu, 28 Jun 2007 00:24:35 +0000 Subject: Fixing bug 1712486 git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/trunk@1342 4979c152-3d1c-0410-bac9-87ea11338e46 --- bin/aa.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin') diff --git a/bin/aa.pl b/bin/aa.pl index f4e6c1b1..fc398b81 100644 --- a/bin/aa.pl +++ b/bin/aa.pl @@ -1494,7 +1494,7 @@ sub transactions { ( $form->{ $form->{vc} }, $form->{"$form->{vc}_id"} ) = split( /--/, $form->{ $form->{vc} } ); } - my @column_index; + @column_index; AA->transactions( \%myconfig, \%$form ); $href = "$form->{script}?action=transactions"; -- cgit v1.2.3