From 12d8f403579abf7cb21499f48649016efd549832 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jan=20B=C3=BCren?= Date: Fri, 2 Apr 2021 13:27:04 +0200 Subject: [PATCH] Behebt #478 Offene Forderungsliste per Mail verschicken --- bin/mozilla/rp.pl | 2 -- 1 file changed, 2 deletions(-) diff --git a/bin/mozilla/rp.pl b/bin/mozilla/rp.pl index a7f6edeac..f6db5e2e4 100644 --- a/bin/mozilla/rp.pl +++ b/bin/mozilla/rp.pl @@ -1139,13 +1139,11 @@ sub send_email { RP->aging(\%myconfig, \%$form); - $form->{"statement_1"} = 1; my $email_form = delete $form->{email_form}; my %field_names = (to => 'email'); $form->{ $field_names{$_} // $_ } = $email_form->{$_} for keys %{ $email_form }; - $form->{media} = 'email'; print_form(); -- 2.20.1