]> wagnertech.de Git - kivitendo-erp.git/blobdiff - SL/DN.pm
Die globale Variable $sendmail wird nur in SL/Mailer.pm benötigt und sollte deswegen...
[kivitendo-erp.git] / SL / DN.pm
index 125e33ca1a65141ce0d8db8c2b72c9d8811300dc..2b6cd63fdd07501a87033a2f891422c3452ad76f 100644 (file)
--- 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);