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
|
|
@ -85,6 +85,8 @@ class Account(Recipient):
|
|||
"Joint account"
|
||||
TYPE_CARD = 7
|
||||
"Card account"
|
||||
TYPE_LIFE_INSURANCE = 8
|
||||
"Life insurances"
|
||||
|
||||
type = IntField('Type of account', default=TYPE_UNKNOWN)
|
||||
balance = DecimalField('Balance on this bank account')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue