Commit b895cb3e62c13e4e14b98dbe438e91ca0f43c1df
1 parent
d9ca7ec0aa
Exists in
master
consolida una actividad y la marca como finalizada
Showing
1 changed file
with
7 additions
and
1 deletions
Show diff stats
app/Resources/views/solicitudes/pida.html.twig
@@ -125,7 +125,13 @@ | @@ -125,7 +125,13 @@ | ||
125 | <td>{{ tarea.idPidaPlazo }}</td> | 125 | <td>{{ tarea.idPidaPlazo }}</td> |
126 | <td> | 126 | <td> |
127 | {{ tarea.idPidaEstatus }} | 127 | {{ tarea.idPidaEstatus }} |
128 | - {% if servicio.idEstatus.id != 5 %}<button data-id="{{ tarea.id }}" id="estatus{{ tarea.id }}" data-toggle="modal" data-target="#nuevo_estatus" class="btn btn-xs btn-default">.</button>{% endif %} | 128 | + {% if servicio.idEstatus.id != 5 %} |
129 | + {% if tarea.idPidaEstatus.id != 4 %} | ||
130 | + <button data-id="{{ tarea.id }}" id="estatus{{ tarea.id }}" data-toggle="modal" data-target="#nuevo_estatus" class="btn btn-xs btn-default">.</button> | ||
131 | + {% else %} | ||
132 | + <span class="fa fa-check"></span> | ||
133 | + {% endif %} | ||
134 | + {% endif %} | ||
129 | </td> | 135 | </td> |
130 | 136 | ||
131 | </tr> | 137 | </tr> |