introduce new type Account.TYPE_LIKE_INSURANCE
This commit is contained in:
parent
55f8bbcf2e
commit
2f61835521
6 changed files with 8 additions and 6 deletions
|
|
@ -157,7 +157,7 @@ class AccountsList(Page):
|
|||
return len(form) > 0
|
||||
|
||||
ACCOUNT_TYPES = {'mes-comptes/compte-courant': Account.TYPE_CHECKING,
|
||||
'mes-comptes/assurance-vie': Account.TYPE_MARKET,
|
||||
'mes-comptes/assurance-vie': Account.TYPE_LIFE_INSURANCE,
|
||||
'mes-comptes/livret': Account.TYPE_LOAN,
|
||||
}
|
||||
def get_list(self):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue