Update regexp
Remove useless SEPA in labels
This commit is contained in:
parent
880ee6109e
commit
695205fbaf
1 changed files with 2 additions and 0 deletions
|
|
@ -84,6 +84,8 @@ class Transaction(FrenchTransaction):
|
|||
FrenchTransaction.TYPE_TRANSFER),
|
||||
(re.compile('^VIR(EMENT|EMT| SEPA EMET :)? (?P<text>.*?)(- .*)?$'),
|
||||
FrenchTransaction.TYPE_TRANSFER),
|
||||
(re.compile('^(PRLV|PRELEVEMENT) SEPA (?P<text>.*?)(- .*)?$'),
|
||||
FrenchTransaction.TYPE_ORDER),
|
||||
(re.compile('^(PRLV|PRELEVEMENT) (?P<text>.*?)(- .*)?$'),
|
||||
FrenchTransaction.TYPE_ORDER),
|
||||
(re.compile('^CHEQUE.*'), FrenchTransaction.TYPE_CHECK),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue