]> git.llucax.com Git - software/sercom.git/blobdiff - sercom/model.py
Bugfix: typo de copy&paste.
[software/sercom.git] / sercom / model.py
index 3fcf5dbd6283f99f683717a8222bd87bd381d2c0..7cb1880dd31f964820c256b9ba8cdaf4fc025e72 100644 (file)
@@ -663,7 +663,7 @@ class Grupo(Entregador): #{{{
             docente = docente.id
         # FIXME ídem add_miembro()
         try:
-            t = Tutor.selectBy(grupo=self, docenteID=alumno).getOne()
+            t = Tutor.selectBy(grupo=self, docenteID=docente).getOne()
             t.baja = None # si ya existía, le sacamos la fecha de baja
             return t
         except SQLObjectNotFound: # creo uno nuevo