8
0
Fork 0
mirror of https://gitlab2.federez.net/re2o/re2o synced 2024-08-19 21:53:41 +00:00

Les cotis sont déjà comptées dans les ventes

This commit is contained in:
Maël Kervella 2017-09-13 22:22:07 +00:00 committed by Pierre Cadart
parent 698a759f08
commit fadcbc9b31

View file

@ -82,7 +82,7 @@ def index(request):
# If reversion has no content_type (when object has been deleted)
pass
if content in ['ban', 'whitelist', 'vente', 'cotisation', 'interface', 'user'] :
if content in ['ban', 'whitelist', 'vente', 'interface', 'user'] :
reversions.append(
{'id' : revision.id,
'comment': revision.comment,