]> wagnertech.de Git - mfinanz.git/blobdiff - SL/AP.pm
Merge branch 'after-262'
[mfinanz.git] / SL / AP.pm
index 39a68a44fd1a147777d10ed01d5460667e03b8db..e4ff230c2e8af13b449bb70581c3745d3a9d4ee8 100644 (file)
--- 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);