Skip to content

Commit

Permalink
fix(huds): fecha ultima evolución (#1758)
Browse files Browse the repository at this point in the history
  • Loading branch information
plammel authored Jul 8, 2020
1 parent df65036 commit 410d75b
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions src/app/modules/rup/components/ejecucion/hudsBusqueda.html
Original file line number Diff line number Diff line change
Expand Up @@ -273,12 +273,9 @@
<div class="row p-0 m-0">
<div class="col-10 p-0 m-0">
<div class="sugerido">
<small>
Ultima evolución:
{{ registro.fechaEjecucion | fecha }}</small>
<small>Última evolución: {{ registro.evoluciones[0].fechaCarga | fecha }}</small>
<br>
<small>Profesional: {{
registro.evoluciones[0].profesional}}</small>
<small>Profesional: {{ registro.evoluciones[0].profesional }}</small>
</div>
</div>
</div>
Expand Down

0 comments on commit 410d75b

Please sign in to comment.