]> wagnertech.de Git - kivitendo-erp.git/blobdiff - bin/mozilla/io.pl
Im Emaildialog wurden die Druckoptionen nicht angezeigt, weil das Template-Modul...
[kivitendo-erp.git] / bin / mozilla / io.pl
index 9a1c5aa97de48b5c26039b5a0cfb1964df70e612..87cb3ea7834ca210da567f51c66eba7ec5cc3ca7 100644 (file)
@@ -972,12 +972,12 @@ sub edit_e_mail {
   @hidden_keys = sort grep { !$dont_hide_key{$_} } grep { !ref $form->{$_} } keys %$form;
 
   print $form->parse_html_template('generic/edit_email',
-                                   { title           => $title,
-                                     a_filename      => $attachment_filename,
-                                     subject         => $subject,
-                                     _print_options_ => print_options('inline' => 1),
-                                     HIDDEN          => [ map +{ name => $_, value => $form->{$_} }, @hidden_keys ],
-                                     SHOW_BCC        => $myconfig{role} eq 'admin' });
+                                   { title         => $title,
+                                     a_filename    => $attachment_filename,
+                                     subject       => $subject,
+                                     print_options => print_options('inline' => 1),
+                                     HIDDEN        => [ map +{ name => $_, value => $form->{$_} }, @hidden_keys ],
+                                     SHOW_BCC      => $myconfig{role} eq 'admin' });
 
   $lxdebug->leave_sub();
 }