Modification of the settings to fit better with the code

This commit is contained in:
lsacienne 2022-05-21 12:23:23 +02:00
parent 4154b499b1
commit 713cd92141
No known key found for this signature in database
GPG Key ID: 5B1939A93F7A6F48

View File

@ -389,7 +389,7 @@ SITH_SUBSCRIPTION_LOCATIONS = [
SITH_COUNTER_BARS = [(1, "MDE"), (2, "Foyer"), (35, "La Gommette")]
SITH_COUNTER_OFFICES = [(17, "BdF"), (19, "AE")]
SITH_COUNTER_OFFICES = {17: "BdF", 19: "AE"}
SITH_COUNTER_PAYMENT_METHOD = [
("CHECK", _("Check")),