Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 0cdb369e

Von Tamino Steinert vor etwa 2 Monaten hinzugefügt

  • ID 0cdb369e6aa60b6e1a5a2597312b2ebd2da1544f
  • Vorgänger d24e5589
  • Nachfolger 7589c136

S:D:PeriodicInvoicesConfig: Positionskonfiguration beachten

Unterschiede anzeigen:

SL/BackgroundJob/CreatePeriodicInvoices.pm
40 40
    my $configs = SL::DB::Manager::PeriodicInvoicesConfig->get_all(query => [ active => 1 ]);
41 41

  
42 42
    foreach my $config (@{ $configs }) {
43
      my $new_end_date = $config->handle_automatic_extension;
44
      _log_msg("Periodic invoice configuration ID " . $config->id . " extended through " . $new_end_date->strftime('%d.%m.%Y') . "\n") if $new_end_date;
43
      $config->handle_automatic_extension();
45 44
    }
46 45

  
47 46
    my (@invoices_to_print, @invoices_to_email);

Auch abrufbar als: Unified diff