diff options
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/aa.pl | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -1494,7 +1494,6 @@ sub transactions { ( $form->{ $form->{vc} }, $form->{"$form->{vc}_id"} ) = split( /--/, $form->{ $form->{vc} } ); } - my @column_index; AA->transactions( \%myconfig, \%$form ); $href = "$form->{script}?action=transactions"; |