]> wagnertech.de Git - mfinanz.git/blobdiff - SL/Controller/Order.pm
Kosmetik
[mfinanz.git] / SL / Controller / Order.pm
index 4cf9f614a0db32a505e4657f3af354b9e25b1905..c19eed6c44c4e8a27eb34d568056e7d305a9b2a9 100644 (file)
@@ -425,12 +425,13 @@ sub action_save_and_show_email_dialog {
   $email_form->{js_send_function}    = 'kivi.Order.send_email()';
 
   my %files = $self->get_files_for_email_dialog();
+
   $self->{all_employees} = SL::DB::Manager::Employee->get_all(query => [ deleted => 0 ]);
   my $dialog_html = $self->render('common/_send_email_dialog', { output => 0 },
-                                  email_form  => $email_form,
-                                  show_bcc    => $::auth->assert('email_bcc', 'may fail'),
-                                  FILES       => \%files,
-                                  is_customer => $self->cv eq 'customer',
+                                  email_form    => $email_form,
+                                  show_bcc      => $::auth->assert('email_bcc', 'may fail'),
+                                  FILES         => \%files,
+                                  is_customer   => $self->cv eq 'customer',
                                   ALL_EMPLOYEES => $self->{all_employees},
   );