mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-25 18:45:27 -06:00
Possible fix for https://github.com/firefly-iii/firefly-iii/issues/8442
This commit is contained in:
parent
da7a976c4e
commit
e322069bb4
@ -40,6 +40,7 @@ class BillDateCalculator
|
|||||||
*/
|
*/
|
||||||
public function getPayDates(Carbon $earliest, Carbon $latest, Carbon $billStart, string $period, int $skip, ?Carbon $lastPaid): array
|
public function getPayDates(Carbon $earliest, Carbon $latest, Carbon $billStart, string $period, int $skip, ?Carbon $lastPaid): array
|
||||||
{
|
{
|
||||||
|
$this->diffInMonths = 0;
|
||||||
$earliest->startOfDay();
|
$earliest->startOfDay();
|
||||||
$latest->endOfDay();
|
$latest->endOfDay();
|
||||||
$billStart->startOfDay();
|
$billStart->startOfDay();
|
||||||
|
Loading…
Reference in New Issue
Block a user