mirror of
https://gitlab2.federez.net/re2o/re2o
synced 2024-11-05 01:16:27 +00:00
[API/serializers] Get rid of old 'type_paiement' field in PaiementSerializer
This commit is contained in:
parent
16170ef024
commit
23351a501d
1 changed files with 1 additions and 1 deletions
|
@ -113,7 +113,7 @@ class PaiementSerializer(NamespacedHMSerializer):
|
|||
|
||||
class Meta:
|
||||
model = cotisations.Paiement
|
||||
fields = ('moyen', 'type_paiement', 'api_url')
|
||||
fields = ('moyen', 'api_url')
|
||||
|
||||
|
||||
class CotisationSerializer(NamespacedHMSerializer):
|
||||
|
|
Loading…
Reference in a new issue