strip displayed balance at end of transaction labels
This commit is contained in:
parent
b828864901
commit
6cafeb7a4b
1 changed files with 4 additions and 0 deletions
|
|
@ -448,6 +448,10 @@ class TransactionsPage(BasePage):
|
||||||
|
|
||||||
t.parse(date, re.sub(r'[ ]+', ' ', raw), vdate)
|
t.parse(date, re.sub(r'[ ]+', ' ', raw), vdate)
|
||||||
t.set_amount(credit, debit)
|
t.set_amount(credit, debit)
|
||||||
|
|
||||||
|
# Strip the balance displayed in transaction labels
|
||||||
|
t.label = re.sub('solde en valeur : .*', '', t.label)
|
||||||
|
|
||||||
yield t
|
yield t
|
||||||
|
|
||||||
COL_CARD_DATE = 0
|
COL_CARD_DATE = 0
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue