X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/kivitendo-erp.git/blobdiff_plain/2cb10c92a906996ae3cd2e53b0ba20e183faadd1..d0779d015d862645b9f63140f7e7af2596238c8e:/SL/DN.pm diff --git a/SL/DN.pm b/SL/DN.pm index 125e33ca1..2b6cd63fd 100644 --- a/SL/DN.pm +++ b/SL/DN.pm @@ -266,7 +266,7 @@ sub create_invoice_for_fees { sub save_dunning { $main::lxdebug->enter_sub(); - my ($self, $myconfig, $form, $rows, $userspath, $spool, $sendmail) = @_; + my ($self, $myconfig, $form, $rows, $userspath, $spool) = @_; # connect to database my $dbh = $form->dbconnect_noauto($myconfig);