From d7251b487bef66788821eaeddb2835592ea09726 Mon Sep 17 00:00:00 2001 From: Wilmer Date: Fri, 24 Mar 2017 07:51:45 -0400 Subject: [PATCH] creado el boton para mostrar el pida creado --- app/Resources/views/solicitudes/index.html.twig | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/app/Resources/views/solicitudes/index.html.twig b/app/Resources/views/solicitudes/index.html.twig index 378db1a..0c557f0 100644 --- a/app/Resources/views/solicitudes/index.html.twig +++ b/app/Resources/views/solicitudes/index.html.twig @@ -52,6 +52,11 @@ {%endif%} + {% if servicio.idServicioCe.id == 4 %} + + + {%endif%} + {% if servicio.idServicioCe.id == 5 %} -- 2.0.0