feat(bda): add virement bancaire payment option
This commit is contained in:
parent
2126224e15
commit
b286fbd570
1 changed files with 1 additions and 0 deletions
|
@ -151,6 +151,7 @@ PAYMENT_TYPES = (
|
|||
("cash", "Cash"),
|
||||
("cb", "CB"),
|
||||
("cheque", "Chèque"),
|
||||
("virmt", "Virement bancaire"),
|
||||
("autre", "Autre"),
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in a new issue