mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-27 22:00:47 +00:00
Fix #2983
This commit is contained in:
@@ -203,9 +203,6 @@ class BillTransformer extends AbstractTransformer
|
|||||||
*/
|
*/
|
||||||
protected function payDates(Bill $bill): array
|
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));
|
Log::debug(sprintf('Now in payDates() for bill #%d', $bill->id));
|
||||||
if (null === $this->parameters->get('start') || null === $this->parameters->get('end')) {
|
if (null === $this->parameters->get('start') || null === $this->parameters->get('end')) {
|
||||||
Log::debug('No start or end date, give empty array.');
|
Log::debug('No start or end date, give empty array.');
|
||||||
|
|||||||
Reference in New Issue
Block a user