8
0
Fork 0
mirror of https://gitlab.federez.net/re2o/re2o synced 2024-05-19 09:02:35 +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
fields = (
"vente",
"type_cotisation",
"date_start_con",
"date_end_con",
"date_start_memb",