Skip to content

Commit

Permalink
esp
Browse files Browse the repository at this point in the history
  • Loading branch information
vtamara committed Oct 24, 2023
1 parent 1dfba08 commit 6ecbf25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/controllers/msip/personas_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ def hacer_actualizacion_masiva

msg = "Se agregaron #{res.cmd_tuples} aportes"
if acid > ultid
msg += "con ids entre #{ultid+1} y #{acid}"
msg += " con ids entre #{ultid+1} y #{acid}"
end
msg += ". "

Expand Down

0 comments on commit 6ecbf25

Please sign in to comment.