mirror of
https://gitlab2.federez.net/re2o/re2o
synced 2024-11-05 01:16:27 +00:00
Bug introduit
This commit is contained in:
parent
4078c1f55a
commit
cffcd66108
1 changed files with 1 additions and 2 deletions
|
@ -191,5 +191,4 @@ def cotisation_post_save(sender, **kwargs):
|
||||||
@receiver(post_delete, sender=Cotisation)
|
@receiver(post_delete, sender=Cotisation)
|
||||||
def vente_post_delete(sender, **kwargs):
|
def vente_post_delete(sender, **kwargs):
|
||||||
cotisation = kwargs['instance']
|
cotisation = kwargs['instance']
|
||||||
if not cotisation.vente.facture.user.has_access():
|
regen('mac_ip_list')
|
||||||
regen('mac_ip_list')
|
|
||||||
|
|
Loading…
Reference in a new issue