add type Account.TYPE_DEPOSIT
This commit is contained in:
parent
b8b506be4f
commit
21e507a99e
1 changed files with 1 additions and 0 deletions
|
|
@ -53,6 +53,7 @@ class BredBrowser(DomainBrowser):
|
||||||
'080': Account.TYPE_SAVINGS,
|
'080': Account.TYPE_SAVINGS,
|
||||||
'027': Account.TYPE_SAVINGS,
|
'027': Account.TYPE_SAVINGS,
|
||||||
'037': Account.TYPE_SAVINGS,
|
'037': Account.TYPE_SAVINGS,
|
||||||
|
'730': Account.TYPE_DEPOSIT,
|
||||||
}
|
}
|
||||||
|
|
||||||
def api_open(self, *args, **kwargs):
|
def api_open(self, *args, **kwargs):
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue