X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;ds=sidebyside;f=SL%2FAP.pm;h=e4ff230c2e8af13b449bb70581c3745d3a9d4ee8;hb=2b3391521b469f9f7b2928d104a9f620dddb25d2;hp=39a68a44fd1a147777d10ed01d5460667e03b8db;hpb=71f33f59bd3bfba9387fead69a4d707080842e17;p=kivitendo-erp.git 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);