mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-11-20 08:30:06 +00:00
Merge branch 'develop' of github.com:firefly-iii/firefly-iii into develop
This commit is contained in:
@@ -1069,7 +1069,7 @@ class BudgetRepository implements BudgetRepositoryInterface
|
|||||||
$query->where('start_date', '>=', $start->format('Y-m-d H:i:s'));
|
$query->where('start_date', '>=', $start->format('Y-m-d H:i:s'));
|
||||||
}
|
}
|
||||||
if (null !== $end) {
|
if (null !== $end) {
|
||||||
$query->where('emd_date', '<=', $end->format('Y-m-d H:i:s'));
|
$query->where('end_date', '<=', $end->format('Y-m-d H:i:s'));
|
||||||
}
|
}
|
||||||
|
|
||||||
return $query->get();
|
return $query->get();
|
||||||
|
|||||||
Reference in New Issue
Block a user