Revision a96b6e95
Von Jan Büren vor mehr als 3 Jahren hinzugefügt
bin/mozilla/io.pl | ||
---|---|---|
2100 | 2100 |
$body_params{fallback_translation_type} = "preset_text_invoice"; |
2101 | 2101 |
} |
2102 | 2102 |
|
2103 |
$::form->{all_employees} = SL::DB::Manager::Employee->get_all(query => [ deleted => 0 ]); |
|
2103 | 2104 |
my $email_form = { |
2104 | 2105 |
to => $email, |
2105 | 2106 |
cc => $email_cc, |
... | ... | |
2116 | 2117 |
FILES => \%files, |
2117 | 2118 |
is_customer => $::form->{vc} eq 'customer', |
2118 | 2119 |
is_invoice_mail => ($record_email && $::form->{type} eq 'invoice'), |
2120 |
ALL_EMPLOYEES => $::form->{all_employees}, |
|
2119 | 2121 |
}); |
2120 | 2122 |
|
2121 | 2123 |
print $::form->ajax_response_header, $html; |
Auch abrufbar als: Unified diff
E-Mail-Versand: CC an andere kivi-Benutzer per Auswahlliste