bnporc company module
This commit is contained in:
parent
138cc0cf8e
commit
4477c32e9c
3 changed files with 100 additions and 13 deletions
|
|
@ -74,8 +74,6 @@ class BNPorcModule(Module, CapBank, CapMessages):
|
|||
yield account
|
||||
|
||||
def get_account(self, _id):
|
||||
if not _id.isdigit():
|
||||
raise AccountNotFound()
|
||||
account = self.browser.get_account(_id)
|
||||
if account:
|
||||
return account
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue