Commit 594fb52484297dd3b869af3b450392a310220e0b

Authored by Wilmer
1 parent 93553629c7
Exists in master

corregido error al mostrar botones

app/Resources/views/cea/solicitudes_mostar.html.twig
... ... @@ -279,9 +279,10 @@
279 279  
280 280 </div>
281 281 {% endif %}
282   - {% if servicio.idEstatus.id == 2 or servicio.idEstatus.id == 3 %}
  282 + {% if servicio.idEstatus.id == 3 %}
283 283 <button type="submit" class="btn btn-success" id="aprobar" name="aprobar">Aprobar</button>
284 284 {% elseif servicio.idEstatus.id == 2 %}
  285 + <button type="submit" class="btn btn-success" id="aprobar" name="aprobar">Aprobar</button>
285 286 <a data-toggle="modal" data-target="#motivo_rechazo" class="btn btn-danger">Rechazar</a>
286 287 {% endif %}
287 288  
... ...