handle investment pages even if they aren't implemented yet
This commit is contained in:
parent
2ab2e68cc4
commit
251eaef0c7
2 changed files with 12 additions and 7 deletions
|
|
@ -49,6 +49,9 @@ class Transaction(FrenchTransaction):
|
|||
(re.compile('^(?P<category>REMISE CHEQUES)(?P<text>.*)'), FrenchTransaction.TYPE_DEPOSIT),
|
||||
]
|
||||
|
||||
class InvestmentHistoryPage(Page):
|
||||
def get_operations(self, _id):
|
||||
raise NotImplementedError()
|
||||
|
||||
class AccountHistoryPage(Page):
|
||||
def get_operations(self, _id):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue