From 9aaf775b0fc1fc6e3b9a8d70581c7d9aa86301aa Mon Sep 17 00:00:00 2001 From: Romain Bignon Date: Fri, 8 Feb 2013 17:00:47 +0100 Subject: [PATCH] we don't like licking asses --- modules/hsbc/pages/accounts.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/modules/hsbc/pages/accounts.py b/modules/hsbc/pages/accounts.py index d40eec53..c2ce2b7a 100644 --- a/modules/hsbc/pages/accounts.py +++ b/modules/hsbc/pages/accounts.py @@ -55,6 +55,10 @@ class AccountsListPage(BasePage): if account_type != 'CPT': account.id += '.%s' % account_type + if account_type == 'Ass': + # We don't like licking asses. + account._link_id = None + if account_type == 'CB': accounts[0]._card_links.append(account._link_id) if not accounts[0].coming: