Revision a1f7c6ea
Von Moritz Bunkus vor mehr als 10 Jahren hinzugefügt
SL/Controller/FinancialOverview.pm | ||
---|---|---|
145 | 145 |
sub calculate_one_periodic_invoice { |
146 | 146 |
my ($self, %params) = @_; |
147 | 147 |
|
148 |
my @dates = $params{config}->calculate_invoice_dates(start_date => $params{start_date}, end_date => $params{end_date}); |
|
148 |
my @dates = $params{config}->calculate_invoice_dates(start_date => $params{start_date}, end_date => $params{end_date}, past_dates => 1);
|
|
149 | 149 |
my $first_date = $dates[0]; |
150 | 150 |
|
151 | 151 |
return if !$first_date; |
Auch abrufbar als: Unified diff
Finanzübersicht: wied. Rechnungen im aktuellen Jahr auch bereits erzeugte mit einbeziehen