fix order regexp
This commit is contained in:
parent
b3aceba677
commit
12e11a149c
1 changed files with 1 additions and 1 deletions
|
|
@ -33,7 +33,7 @@ class Transaction(FrenchTransaction):
|
|||
FrenchTransaction.TYPE_CARD),
|
||||
(re.compile('^(?P<category>(PRELEVEMENT|TELEREGLEMENT|TIP)) (?P<text>.*)'),
|
||||
FrenchTransaction.TYPE_ORDER),
|
||||
(re.compile('^(?P<category>PRLV EUROPEEN SEP) (?P<text>.*?)( ECH/\d+)?( ID EMET.*)?$'),
|
||||
(re.compile('^(?P<category>PRLV EUROPEEN SEPA) (?P<text>.*?)( MDT/.*?)?( ECH/\d+)?( ID EMET.*)?$'),
|
||||
FrenchTransaction.TYPE_ORDER),
|
||||
(re.compile('^(?P<category>ECHEANCEPRET)(?P<text>.*)'), FrenchTransaction.TYPE_LOAN_PAYMENT),
|
||||
(re.compile('^(?P<category>RETRAIT DAB) (?P<dd>\d{2})/(?P<mm>\d{2})/(?P<yy>\d{2})( (?P<HH>\d+)H(?P<MM>\d+))? (?P<text>.*)'),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue