tipi: fix enumerations of "code de saisie" (#74371)

This commit is contained in:
Benjamin Dauvergne 2023-02-09 12:55:26 +01:00
parent a8507ef299
commit 2649aa3d05
1 changed files with 2 additions and 3 deletions

View File

@ -65,9 +65,8 @@ class Payment(PaymentCommon):
'default': 'T',
'choices': [
('T', _('test')),
('X', _('production')),
('A', _('with user account')),
('M', _('manual entry')),
('X', _('activation')),
('A', _('production')),
],
},
],