Browse Source

Bug introduit

granuban
root 8 years ago
parent
commit
cffcd66108
  1. 3
      cotisations/models.py

3
cotisations/models.py

@ -191,5 +191,4 @@ def cotisation_post_save(sender, **kwargs):
@receiver(post_delete, sender=Cotisation)
def vente_post_delete(sender, **kwargs):
cotisation = kwargs['instance']
if not cotisation.vente.facture.user.has_access():
regen('mac_ip_list')
regen('mac_ip_list')

Loading…
Cancel
Save