]> git.llucax.com Git - software/sercom.git/commitdiff
Bugfix: typo de copy&paste.
authorLeandro Lucarella <llucax@gmail.com>
Fri, 16 Mar 2007 20:38:29 +0000 (20:38 +0000)
committerLeandro Lucarella <llucax@gmail.com>
Fri, 16 Mar 2007 20:38:29 +0000 (20:38 +0000)
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