mirror of
https://gitlab2.federez.net/re2o/re2o
synced 2024-11-22 11:23:10 +00:00
Les cotis sont déjà comptées dans les ventes
This commit is contained in:
parent
698a759f08
commit
fadcbc9b31
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue