Revision 9c5f94c0
Von Moritz Bunkus vor mehr als 8 Jahren hinzugefügt
SL/OE.pm | ||
---|---|---|
805 | 805 |
|
806 | 806 |
if ($config_obj) { |
807 | 807 |
my $config = { map { $_ => $config_obj->$_ } qw(active terminated periodicity order_value_periodicity start_date_as_date end_date_as_date first_billing_date_as_date extend_automatically_by ar_chart_id |
808 |
print printer_id copies direct_debit) }; |
|
808 |
print printer_id copies direct_debit send_email email_recipient_contact_id email_recipient_address email_sender email_subject email_body) };
|
|
809 | 809 |
$form->{periodic_invoices_config} = YAML::Dump($config); |
810 | 810 |
} |
811 | 811 |
} |
Auch abrufbar als: Unified diff
Wiederkerende Rechnungen: Konfiguration für automatischen Versand via E-Mail