From 713cd921419c91395b92159e467a217c9d5063bb Mon Sep 17 00:00:00 2001 From: lsacienne Date: Sat, 21 May 2022 12:23:23 +0200 Subject: [PATCH] Modification of the settings to fit better with the code --- sith/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sith/settings.py b/sith/settings.py index 52cd9160..394c4e9e 100644 --- a/sith/settings.py +++ b/sith/settings.py @@ -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")),