8
0
Fork 0
mirror of https://gitlab2.federez.net/re2o/re2o synced 2024-10-05 18:42:12 +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 938501523b
commit a3e6b3e02b

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,