Edited bar manager club to pdf (pdfesti) (#503)

* Edited bar manager club to pdf (pdfesti)
* Fixed unit tests
This commit is contained in:
Théo DURR
2022-12-08 18:26:41 +01:00
committed by GitHub
parent e43d53e564
commit 6a0a8e8ab4
2 changed files with 7 additions and 5 deletions

View File

@ -278,8 +278,8 @@ SITH_MAIN_CLUB = {
# Bar managers
SITH_BAR_MANAGER = {
"name": "BdF",
"unix_name": "bdf",
"name": "Pdf",
"unix_name": "pdfesti",
"address": "6 Boulevard Anatole France, 90000 Belfort",
}
@ -376,7 +376,7 @@ SITH_SUBSCRIPTION_LOCATIONS = [
SITH_COUNTER_BARS = [(1, "MDE"), (2, "Foyer"), (35, "La Gommette")]
SITH_COUNTER_OFFICES = {2: "BdF", 1: "AE"}
SITH_COUNTER_OFFICES = {2: "PdF", 1: "AE"}
SITH_COUNTER_PAYMENT_METHOD = [
("CHECK", _("Check")),