Fix budget limit redirect for #3111

This commit is contained in:
James Cole 2020-02-14 08:13:12 +01:00
parent 796188603b
commit f1539c4cba
No known key found for this signature in database
GPG Key ID: C16961E655E74B5E

View File

@ -179,7 +179,7 @@ class BudgetLimitController extends Controller
return response()->json($array);
}
return redirect(route('budgets.index'));
return redirect(route('budgets.index', [$start->format('Y-m-d'), $end->format('Y-m-d')]));
}
/**