Account iban thing fix [skip ci]

This commit is contained in:
James Cole
2015-07-05 09:19:51 +02:00
parent c2645894e0
commit 2d59d845bc
2 changed files with 3 additions and 2 deletions

View File

@@ -248,6 +248,7 @@ class AccountController extends Controller
'ccMonthlyPaymentDate' => $request->input('ccMonthlyPaymentDate'),
];
$repository->update($account, $accountData);
Session::flash('success', 'Account "' . $account->name . '" updated.');