Revision 2a0a0b32
Von Sven Schöling vor mehr als 10 Jahren hinzugefügt
SL/BackgroundJob/CreatePeriodicInvoices.pm | ||
---|---|---|
189 | 189 |
|
190 | 190 |
sub _calculate_dates { |
191 | 191 |
my ($config) = @_; |
192 |
return $config->calculate_invoice_dates(end_date => DateTime->today_local->add(days => 1));
|
|
192 |
return $config->calculate_invoice_dates(end_date => DateTime->today_local); |
|
193 | 193 |
} |
194 | 194 |
|
195 | 195 |
sub _send_email { |
Auch abrufbar als: Unified diff
PeriodicInvoices: Rechnugnen nicht einen Tag zu früh erstellen, das gibt massig Probleme