This should fix the transactions again.

This commit is contained in:
James Cole
2014-11-12 20:46:55 +01:00
parent 7f175a4870
commit 4e166c7d2e
2 changed files with 122 additions and 54 deletions

View File

@@ -310,7 +310,7 @@ class TransactionController extends BaseController
Session::flash('successes', $messageBags['successes']);
Session::flash('errors', $messageBags['errors']);
return Redirect::route('transactions.create')->withInput();
return Redirect::route('transactions.create',$what)->withInput();
break;
}