From: Jan Büren Date: Fri, 2 Apr 2021 11:27:04 +0000 (+0200) Subject: Behebt #478 Offene Forderungsliste per Mail verschicken X-Git-Tag: kivitendo-mebil_0.1-0~9^2~392 X-Git-Url: http://wagnertech.de/git?a=commitdiff_plain;h=12d8f403579abf7cb21499f48649016efd549832;p=kivitendo-erp.git Behebt #478 Offene Forderungsliste per Mail verschicken --- 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();