mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-01-06 22:23:48 -06:00
Fix #2983
This commit is contained in:
parent
7f002eb6a9
commit
220230e981
@ -203,9 +203,6 @@ class BillTransformer extends AbstractTransformer
|
||||
*/
|
||||
protected function payDates(Bill $bill): array
|
||||
{
|
||||
$this->parameters->set('start', Carbon::create(2019, 11, 1));
|
||||
$this->parameters->set('end', Carbon::create(2019, 11, 30));
|
||||
|
||||
Log::debug(sprintf('Now in payDates() for bill #%d', $bill->id));
|
||||
if (null === $this->parameters->get('start') || null === $this->parameters->get('end')) {
|
||||
Log::debug('No start or end date, give empty array.');
|
||||
|
Loading…
Reference in New Issue
Block a user