Revision 3649d1c4
Von Moritz Bunkus vor etwa 9 Jahren hinzugefügt
SL/OE.pm | ||
---|---|---|
762 | 762 |
|
763 | 763 |
if ($config_obj) { |
764 | 764 |
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 |
765 |
print printer_id copies) }; |
|
765 |
print printer_id copies direct_debit) };
|
|
766 | 766 |
$form->{periodic_invoices_config} = YAML::Dump($config); |
767 | 767 |
} |
768 | 768 |
} |
Auch abrufbar als: Unified diff
Wiederkehrende Rechnungen: Lastschrifteinzugsflag in Konfiguration setzen können