mirror of
https://github.com/ae-utbm/sith.git
synced 2024-11-15 18:53:25 +00:00
Modification of the settings to fit better with the code
This commit is contained in:
parent
4154b499b1
commit
713cd92141
@ -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")),
|
||||
|
Loading…
Reference in New Issue
Block a user