Revision f48af817
Von Moritz Bunkus vor mehr als 10 Jahren hinzugefügt
SL/OE.pm | ||
---|---|---|
662 | 662 |
my $config_obj = SL::DB::Manager::PeriodicInvoicesConfig->find_by(oe_id => $form->{id}); |
663 | 663 |
|
664 | 664 |
if ($config_obj) { |
665 |
my $config = { map { $_ => $config_obj->$_ } qw(active terminated periodicity start_date_as_date end_date_as_date extend_automatically_by ar_chart_id |
|
665 |
my $config = { map { $_ => $config_obj->$_ } qw(active terminated periodicity start_date_as_date end_date_as_date first_billing_date_as_date extend_automatically_by ar_chart_id
|
|
666 | 666 |
print printer_id copies) }; |
667 | 667 |
$form->{periodic_invoices_config} = YAML::Dump($config); |
668 | 668 |
} |
Auch abrufbar als: Unified diff
Wiederkehrende Rechnung: Option "erste Rechnung erzeugen am"
Bisher nur die Masken; noch nicht im Backgroundjob implementiert