8
0
Fork 0
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:
chapeau 2024-02-19 15:57:59 +01:00
parent 5d408812d7
commit 92dc1a2699

View file

@ -112,7 +112,6 @@ class CotisationSerializer(NamespacedHMSerializer):
model = cotisations.Cotisation model = cotisations.Cotisation
fields = ( fields = (
"vente", "vente",
"type_cotisation",
"date_start_con", "date_start_con",
"date_end_con", "date_end_con",
"date_start_memb", "date_start_memb",