06/03 Optimize app
This commit is contained in:
@@ -149,7 +149,7 @@ def map_accounts():
|
||||
for sa in schwab_accounts:
|
||||
val = request.form.get(f'pfm_account_{sa.id}', '')
|
||||
if val == 'new':
|
||||
pfm_type = ACCOUNT_TYPE_MAP.get(sa.account_type, 'other')
|
||||
pfm_type = ACCOUNT_TYPE_MAP.get(sa.account_type, 'investment')
|
||||
new_acct = Account(
|
||||
name=sa.account_name,
|
||||
account_type=pfm_type,
|
||||
|
||||
Reference in New Issue
Block a user