Commit 1d92d714 by Sofía Benitez

Cambio nombre de variable

parent 20b28aed
......@@ -48,7 +48,7 @@
<c:forEach items="${feriados}" var="feriado" varStatus="sta">
<tr>
<th scope="row">${sta.index+1}</th>
<td>${feriado.getNombreCompleto()}</td>
<td>${feriado.getMotivoFeriado()}</td>
<td>${feriado.getFecha()}</td>
<td><a href="/feriados/modificar/${feriado.id}"><i class="bi bi-pencil-fill"></i></a></td>
</tr>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment