From fe4aebf5c7554812b05cd07d7f0a6bc1b30f065d Mon Sep 17 00:00:00 2001 From: Wilmer Ramones Date: Fri, 22 Jul 2016 12:15:24 -0400 Subject: [PATCH] =?UTF-8?q?se=20a=C3=B1adio=20el=20nombre=20de=20la=20secc?= =?UTF-8?q?ion=20cuando=20busca=20unidad=20curricular=20en=20la=20inscripc?= =?UTF-8?q?ion?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/AppBundle/Entity/OfertaAcademica.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/AppBundle/Entity/OfertaAcademica.php b/src/AppBundle/Entity/OfertaAcademica.php index b386b0a..5be4b2a 100644 --- a/src/AppBundle/Entity/OfertaAcademica.php +++ b/src/AppBundle/Entity/OfertaAcademica.php @@ -309,6 +309,8 @@ class OfertaAcademica } public function __toString() { - return $this->getIdMallaCurricularUc()->getIdUnidadCurricularVolumen()->getIdUnidadCurricular()->getNombre(); + return + $this->getIdMallaCurricularUc()->getIdUnidadCurricularVolumen()->getIdUnidadCurricular()->getNombre() + . " Seccion: " . $this->getIdSeccion()->getNombre(); } } -- 2.0.0