Skip to content

Commit

Permalink
[FIX] give back badge
Browse files Browse the repository at this point in the history
  • Loading branch information
archetipo committed Nov 15, 2024
1 parent 596348b commit 64ef3ab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions inrim_controllo_accessi/models/ca_punto_accesso.py
Original file line number Diff line number Diff line change
Expand Up @@ -309,9 +309,9 @@ def check_and_attach(self):

def check_and_detach(self, tag_persona):
if self.typology == 'stamping':
self.stamping_detach(tag)
self.stamping_detach(tag_persona)
elif self.typology == 'accesss':
self.local_access_detach(tag)
self.local_access_detach(tag_persona)

def sposta_punto_accesso(self, ca_spazio_id):
self.active = False
Expand Down

0 comments on commit 64ef3ab

Please sign in to comment.