This commit is contained in:
James Cole
2016-03-30 17:47:13 +02:00
parent e953f58c74
commit 21181d8d8e
2 changed files with 7 additions and 6 deletions

View File

@@ -42,6 +42,7 @@ class AccountController extends Controller
$subTitleIcon = Config::get('firefly.subIconsByIdentifier.' . $what);
$subTitle = trans('firefly.make_new_' . $what . '_account');
Session::flash('preFilled', []);
// put previous url in session if not redirect from store (not "create another").
if (session('accounts.create.fromStore') !== true) {