]> git.llucax.com Git - software/sercom.git/blobdiff - sercom/model.py
Actualizar TODO.
[software/sercom.git] / sercom / model.py
index dc1beedfff39005a0526619b788f48cb17a7a097..24e811a4b6cd1f29581c32a182cc02a352a2b6a5 100644 (file)
@@ -656,7 +656,7 @@ class Grupo(Entregador): #{{{
     def remove_tutor(self, docente):
         if isinstance(docente, DocenteInscripto):
             docente = docente.id
-        t = Tutor.selectBy(grupo=self, alumnoID=alumno, baja=None)
+        t = Tutor.selectBy(grupo=self, docenteID=docente, baja=None)
         t.baja = DateTimeCol.now()
 
     def __repr__(self):