Skip to content

Commit

Permalink
Cambia exterior por pais en reporte general. Closes #605
Browse files Browse the repository at this point in the history
  • Loading branch information
vtamara committed Feb 15, 2024
1 parent c65c500 commit ea666e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/sivel2_gen/casos/_reportegeneral.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
<%= ubprincipal.municipio.nombre if ubprincipal && ubprincipal.municipio%> /
<%= ubprincipal.centropoblado.nombre if ubprincipal && ubprincipal.centropoblado%>
<% elsif ubprincipal && ubprincipal.pais.id.to_i > 0 %>
Exterior / <%= ubprincipal.pais.nombre %>
País: <%= ubprincipal.pais.nombre %>
<% end %>
</p>
<% if current_usuario %>
Expand Down

0 comments on commit ea666e4

Please sign in to comment.