caissedepargne investment on lifeinsurance and market account
This commit is contained in:
parent
29b6371f9d
commit
d199050366
3 changed files with 138 additions and 8 deletions
|
|
@ -72,3 +72,6 @@ class CaisseEpargneModule(Module, CapBank):
|
|||
def iter_coming(self, account):
|
||||
with self.browser:
|
||||
return self.browser.get_coming(account)
|
||||
|
||||
def iter_investment(self, account):
|
||||
return self.browser.get_investment(account)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue