fix sort of transactions
It now sorts transactions on each page instead of doing it globally
This commit is contained in:
parent
18c1f46922
commit
d1a1938780
2 changed files with 14 additions and 5 deletions
|
|
@ -62,5 +62,4 @@ class OneyBrowser(LoginBrowser):
|
|||
post = {'task': 'Synthese', 'process': 'SyntheseCompte', 'taskid':'Releve'}
|
||||
self.operations.go(data=post)
|
||||
|
||||
return sorted(self.page.iter_transactions(), key=lambda tr: tr.rdate, reverse=True)
|
||||
|
||||
return self.page.iter_transactions(seen=set())
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue