Revision 452e195f
Von Bernd Bleßmann vor etwa 6 Jahren hinzugefügt
SL/Controller/Order.pm | ||
---|---|---|
488 | 488 |
$config ||= SL::DB::Manager::PeriodicInvoicesConfig->find_by(oe_id => $::form->{id}) if $::form->{id}; |
489 | 489 |
$config ||= SL::DB::PeriodicInvoicesConfig->new(periodicity => 'm', |
490 | 490 |
order_value_periodicity => 'p', # = same as periodicity |
491 |
start_date_as_date => $::form->{transdate} || $::form->current_date, |
|
491 |
start_date_as_date => $::form->{transdate_as_date} || $::form->current_date,
|
|
492 | 492 |
extend_automatically_by => 12, |
493 | 493 |
active => 1, |
494 | 494 |
email_subject => GenericTranslations->get( |
Auch abrufbar als: Unified diff
Auftrags-Controller: date_tags mit richtiger id ansprechen
Fehler kam rein mit:
commit 43e74053df32b26b2e2ec5059bebc60d47be753b
"Auftrags-Controller: date_tag mit _as_date füttern"