diff options
author | einhverfr <einhverfr@4979c152-3d1c-0410-bac9-87ea11338e46> | 2007-06-28 00:24:35 +0000 |
---|---|---|
committer | einhverfr <einhverfr@4979c152-3d1c-0410-bac9-87ea11338e46> | 2007-06-28 00:24:35 +0000 |
commit | cc3e76ec7c4747efe2817218c3bc11a745fa5b0a (patch) | |
tree | 1e9d6311115cbb444ed8b55e134325db5cc6c84b /bin | |
parent | 7b16e40635a2b34c0134722cc62ac658a5e4d3ad (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')
-rw-r--r-- | bin/aa.pl | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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"; |