mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-25 18:45:27 -06:00
Add return to form routine to budgets.
This commit is contained in:
parent
625070a5b9
commit
2e91d21a88
@ -170,6 +170,10 @@ class BudgetController extends Controller
|
||||
|
||||
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');
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user