summaryrefslogtreecommitdiff
path: root/bin/aa.pl
diff options
context:
space:
mode:
authoreinhverfr <einhverfr@4979c152-3d1c-0410-bac9-87ea11338e46>2007-06-28 00:24:35 +0000
committereinhverfr <einhverfr@4979c152-3d1c-0410-bac9-87ea11338e46>2007-06-28 00:24:35 +0000
commitcc3e76ec7c4747efe2817218c3bc11a745fa5b0a (patch)
tree1e9d6311115cbb444ed8b55e134325db5cc6c84b /bin/aa.pl
parent7b16e40635a2b34c0134722cc62ac658a5e4d3ad (diff)
Fixing bug 1712486
git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/trunk@1342 4979c152-3d1c-0410-bac9-87ea11338e46
Diffstat (limited to 'bin/aa.pl')
-rw-r--r--bin/aa.pl2
1 files changed, 1 insertions, 1 deletions
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";