do not go on history page for life assurances

This commit is contained in:
Romain Bignon 2013-02-10 21:57:31 +01:00
commit a88bbe864b
2 changed files with 8 additions and 1 deletions

View file

@ -84,6 +84,9 @@ class CreditDuNordBrowser(BaseBrowser):
return None
def iter_transactions(self, link, link_id, execution, is_coming=None):
if link_id is None:
return
event = 'clicDetailCompte'
while 1:
data = {'_eventId': event,