fix switch between market and checking websites

This commit is contained in:
Romain Bignon 2015-02-02 20:13:39 +01:00
commit e55bcf9ff2

View file

@ -244,6 +244,8 @@ class IngBrowser(LoginBrowser):
self.where = u"titre"
self.titrepage.go()
@need_login
@check_bourse
def get_investments(self, account):
if account.type != Account.TYPE_MARKET:
raise NotImplementedError()