Update dependencies, apply black and fix wrong default SITH_COUNTER_OFFICES values

This commit is contained in:
2022-08-04 18:08:10 +02:00
parent 320a896610
commit 4f00224f0d
5 changed files with 46 additions and 138 deletions

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 = {2: "BdF", 1: "AE"}
SITH_COUNTER_PAYMENT_METHOD = [
("CHECK", _("Check")),