mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 23:45:10 +00:00
Fix typo in BudgetRepository (emd_date)
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'));
|
||||
}
|
||||
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();
|
||||
|
Reference in New Issue
Block a user