X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=SL%2FDN.pm;h=db8f11df2b0957657f5d24a9051c75bd832d7292;hb=8815371268e0e1f627835d5f8344f04730cbf0af;hp=5de9a552b6000b95f85c37f4b0196a6aa222475a;hpb=54e4131e091831e00a861fe2c4f53e344b87ddca;p=kivitendo-erp.git diff --git a/SL/DN.pm b/SL/DN.pm index 5de9a552b..db8f11df2 100644 --- a/SL/DN.pm +++ b/SL/DN.pm @@ -187,7 +187,7 @@ sub save_dunning { $form->{"IN"} =~ s/html$/odt/; } - if ($form->{"send_email"} && $form->{email}) { + if ($form->{"send_email"} && ($form->{email} ne "")) { $form->{media} = 'email'; }