mirror of
https://gitlab2.federez.net/re2o/re2o
synced 2024-11-05 17:36:27 +00:00
Fix a 500 error on /api/cotisations/cotisation/ api route
This commit is contained in:
parent
5d408812d7
commit
92dc1a2699
1 changed files with 0 additions and 1 deletions
|
@ -112,7 +112,6 @@ class CotisationSerializer(NamespacedHMSerializer):
|
|||
model = cotisations.Cotisation
|
||||
fields = (
|
||||
"vente",
|
||||
"type_cotisation",
|
||||
"date_start_con",
|
||||
"date_end_con",
|
||||
"date_start_memb",
|
||||
|
|
Loading…
Reference in a new issue