update transaction regexps
This commit is contained in:
parent
cf60351830
commit
db739f9eef
3 changed files with 4 additions and 2 deletions
|
|
@ -110,6 +110,8 @@ class Transaction(FrenchTransaction):
|
|||
FrenchTransaction.TYPE_LOAN_PAYMENT),
|
||||
(re.compile(r'^(?P<category>REMISE CHEQUES)(?P<text>.*)'),
|
||||
FrenchTransaction.TYPE_DEPOSIT),
|
||||
(re.compile(r'^CARTE RETRAIT (?P<text>.*)'),
|
||||
FrenchTransaction.TYPE_WITHDRAWAL),
|
||||
]
|
||||
|
||||
class AccountHistory(BasePage):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue