mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-23 14:26:58 +00:00
Changed a lot of parameters.
This commit is contained in:
@@ -229,7 +229,7 @@ class BudgetController extends Controller
|
||||
return view('error', compact('message'));
|
||||
}
|
||||
|
||||
$journals = $repository->getJournals($budget, $repetition);
|
||||
$journals = $repository->getJournals($budget, $repetition, 50);
|
||||
|
||||
if (is_null($repetition->id)) {
|
||||
$start = $repository->firstActivity($budget);
|
||||
|
Reference in New Issue
Block a user