Ask for CC number when asset is a CC. #784

This commit is contained in:
James Cole
2017-08-30 07:14:35 +02:00
parent 0a8e6e9f07
commit 4aaacf8e2e
3 changed files with 7 additions and 2 deletions

View File

@@ -194,7 +194,7 @@ class AccountController extends Controller
return view(
'accounts.edit', compact(
'allCurrencies', 'currencySelectList', 'account', 'currency', 'subTitle', 'subTitleIcon', 'what', 'roles'
'allCurrencies', 'currencySelectList', 'account', 'currency', 'subTitle', 'subTitleIcon', 'what', 'roles', 'preFilled'
)
);
}