recipient of a transfer can be a name
This commit is contained in:
parent
b407d9b08d
commit
ccd1d507e0
1 changed files with 1 additions and 1 deletions
|
|
@ -109,7 +109,7 @@ class Transaction(FrenchTransaction):
|
|||
FrenchTransaction.TYPE_CARD),
|
||||
(re.compile(r'^(?P<category>(COTISATION|PRELEVEMENT|TELEREGLEMENT|TIP)) (?P<text>.*)'),
|
||||
FrenchTransaction.TYPE_ORDER),
|
||||
(re.compile(r'^(\d+ )?VIR (PERM )?POUR: \d+ (REF: \d+ )?MOTIF: (?P<text>.*)'),
|
||||
(re.compile(r'^(\d+ )?VIR (PERM )?POUR: (.*?) (REF: \d+ )?MOTIF: (?P<text>.*)'),
|
||||
FrenchTransaction.TYPE_TRANSFER),
|
||||
(re.compile(r'^(?P<category>VIR(EMEN)?T? \w+) (?P<text>.*)'),
|
||||
FrenchTransaction.TYPE_TRANSFER),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue