From: Leandro Lucarella Date: Fri, 16 Mar 2007 20:38:29 +0000 (+0000) Subject: Bugfix: typo de copy&paste. X-Git-Tag: 0_9_0~70 X-Git-Url: https://git.llucax.com/software/sercom.git/commitdiff_plain/81f2825be854fc861ef82cb2f37e85a9d67a762a Bugfix: typo de copy&paste. --- diff --git a/sercom/model.py b/sercom/model.py index 3fcf5db..7cb1880 100644 --- a/sercom/model.py +++ b/sercom/model.py @@ -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