include current operations in history
This commit is contained in:
parent
2a4469bddc
commit
96a0961905
3 changed files with 13 additions and 2 deletions
|
|
@ -117,7 +117,7 @@ class IndexPage(LoggedPage, HTMLPage):
|
|||
return -CleanDecimal('.')(self.doc.xpath('//div[@id = "total-sommes-dues"]/p[contains(text(), "sommes dues")]/span[@class = "montant"]')[0])
|
||||
|
||||
class OperationsPage(LoggedPage, HTMLPage):
|
||||
is_here = "//div[@id='releve-reserve-credit']"
|
||||
is_here = "//div[@id='releve-reserve-credit'] | //div[@id='operations-recentes']"
|
||||
|
||||
@pagination
|
||||
@method
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue