mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-12-21 18:51:21 +00:00
Add return to form routine to budgets.
This commit is contained in:
@@ -170,6 +170,10 @@ class BudgetController extends Controller
|
|||||||
|
|
||||||
Session::flash('success', 'New budget "' . $budget->name . '" stored!');
|
Session::flash('success', 'New budget "' . $budget->name . '" stored!');
|
||||||
|
|
||||||
|
if (intval(Input::get('create_another')) === 1) {
|
||||||
|
return Redirect::route('budgets.create')->withInput();
|
||||||
|
}
|
||||||
|
|
||||||
return Redirect::route('budgets.index');
|
return Redirect::route('budgets.index');
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user