Skip to content

Commit

Permalink
Localizacion de Colombia para aportes en resumen de persona. Closes #264
Browse files Browse the repository at this point in the history
  • Loading branch information
vtamara committed Apr 22, 2024
1 parent 2bdfd16 commit 6e945e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/msip/personas/_show_campo_aportes.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
<% (ultmes+1..a.mes-1).each do |mesac| %>
<td>0</td>
<% end %>
<td><%= a.valor %></td>
<td><%= a.valor.a_decimal_localizado %></td>
<% ultmes = a.mes %>
<% end %>
<% if ultanio != nil %>
Expand Down

0 comments on commit 6e945e1

Please sign in to comment.