X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/71f33f59bd3bfba9387fead69a4d707080842e17..3ceb381944924a7b6a14d69361754422b8b49589:/SL/AP.pm diff --git a/SL/AP.pm b/SL/AP.pm index 39a68a44f..e4ff230c2 100644 --- a/SL/AP.pm +++ b/SL/AP.pm @@ -360,7 +360,7 @@ sub post_transaction { sub delete_transaction { $main::lxdebug->enter_sub(); - my ($self, $myconfig, $form, $spool) = @_; + my ($self, $myconfig, $form) = @_; # connect to database my $dbh = $form->dbconnect_noauto($myconfig);