Update regexps
This commit is contained in:
parent
944c5f9a07
commit
0cee8e2c56
1 changed files with 1 additions and 1 deletions
|
|
@ -74,7 +74,7 @@ class Transaction(FrenchTransaction):
|
|||
FrenchTransaction.TYPE_CARD),
|
||||
(re.compile('^VIR COOPA (?P<dd>\d{2})/(?P<mm>\d{2}) (?P<text>.*)'),
|
||||
FrenchTransaction.TYPE_TRANSFER),
|
||||
(re.compile('^VIR(EMENT|EMT)? (?P<text>.*?)(- .*)?$'),
|
||||
(re.compile('^VIR(EMENT|EMT| SEPA EMET :)? (?P<text>.*?)(- .*)?$'),
|
||||
FrenchTransaction.TYPE_TRANSFER),
|
||||
(re.compile('^(PRLV|PRELEVEMENT) (?P<text>.*?)(- .*)?$'),
|
||||
FrenchTransaction.TYPE_ORDER),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue