Implementing recurring transactions.

This commit is contained in:
James Cole
2014-11-13 11:17:39 +01:00
parent 981ffe4194
commit 4a20c008ff
7 changed files with 108 additions and 144 deletions

View File

@@ -251,7 +251,7 @@ class PiggybankController extends BaseController
Session::flash('success', 'New piggy bank stored!');
if ($data['post_submit_action'] == 'create_another') {
return Redirect::route('piggybanks.create');
return Redirect::route('piggybanks.create')->withInput();
} else {
return Redirect::route('piggybanks.index');
}