Revision 26993da6
Von Bernd Bleßmann vor etwa 3 Jahren hinzugefügt
SL/Controller/Order.pm | ||
---|---|---|
425 | 425 |
$email_form->{js_send_function} = 'kivi.Order.send_email()'; |
426 | 426 |
|
427 | 427 |
my %files = $self->get_files_for_email_dialog(); |
428 |
|
|
428 | 429 |
$self->{all_employees} = SL::DB::Manager::Employee->get_all(query => [ deleted => 0 ]); |
429 | 430 |
my $dialog_html = $self->render('common/_send_email_dialog', { output => 0 }, |
430 |
email_form => $email_form, |
|
431 |
show_bcc => $::auth->assert('email_bcc', 'may fail'), |
|
432 |
FILES => \%files, |
|
433 |
is_customer => $self->cv eq 'customer', |
|
431 |
email_form => $email_form,
|
|
432 |
show_bcc => $::auth->assert('email_bcc', 'may fail'),
|
|
433 |
FILES => \%files,
|
|
434 |
is_customer => $self->cv eq 'customer',
|
|
434 | 435 |
ALL_EMPLOYEES => $self->{all_employees}, |
435 | 436 |
); |
436 | 437 |
|
Auch abrufbar als: Unified diff
Kosmetik