freemobile: Fix history when internationals calls option is not suscribed
fixes #1078
This commit is contained in:
parent
9fddfe17bc
commit
f18b96ff5b
1 changed files with 2 additions and 1 deletions
|
|
@ -59,7 +59,8 @@ class DetailsPage(BasePage):
|
|||
|
||||
# International parsing
|
||||
divint = div.xpath('div[@class="international hide"]')[0]
|
||||
self.parse_div(divint, u"Appels émis : %s | Appels reçus : %s", num, True)
|
||||
if divint.xpath('div[@class="detail"]'):
|
||||
self.parse_div(divint, u"Appels émis : %s | Appels reçus : %s", num, True)
|
||||
|
||||
for divbill in self.document.xpath('//div[@class="facture"]'):
|
||||
for trbill in divbill.xpath('table/tr'):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue