diff --git a/modules/hsbc/browser.py b/modules/hsbc/browser.py index 07058beeed439af50be647ffa48d2d2e85db0100..8c7f66a5000c661cfad0c3e0ca94e3401900f35e 100644 --- a/modules/hsbc/browser.py +++ b/modules/hsbc/browser.py @@ -176,6 +176,8 @@ def get_accounts_list(self): card_page = self.open(a.url).page parent_id = card_page.get_parent_id() a.parent = find_object(self.accounts_list.values(), id=parent_id) + if a.parent and not a.currency: + a.currency = a.parent.currency yield a def go_post(self, url, data=None):