Revert "use the operation date, not value one"

This reverts commit 04a3995416.
This commit is contained in:
Romain Bignon 2013-05-22 12:52:55 +02:00
commit 70812252f1

View file

@ -292,7 +292,7 @@ class TransactionsPage(BasePage):
t = Transaction(tr.attrib['id'].split('_', 1)[1])
date = u''.join([txt.strip() for txt in tds[3].itertext()])
date = u''.join([txt.strip() for txt in tds[4].itertext()])
raw = u' '.join([txt.strip() for txt in tds[1].itertext()])
debit = u''.join([txt.strip() for txt in tds[-2].itertext()])
credit = u''.join([txt.strip() for txt in tds[-1].itertext()])