diff --git a/app/views/sivel2_gen/casos/_lista_pr_cat_victima.html.erb b/app/views/sivel2_gen/casos/_lista_pr_cat_victima.html.erb index dd293b1a0..afbdc4aba 100644 --- a/app/views/sivel2_gen/casos/_lista_pr_cat_victima.html.erb +++ b/app/views/sivel2_gen/casos/_lista_pr_cat_victima.html.erb @@ -168,7 +168,7 @@ <% pr.each_with_index do |pri, i|%> <%= "Y" if i != 0 %> <% if pri.is_a? Array %> - <%= Sivel2Gen::Presponsable.find(pri).map(&:nombre_con_polo).join(" Y ") %> + <%= Sivel2Gen::Presponsable.find(pri.flatten).map(&:nombre_con_polo).join(" Y ") %> <% else %> <%= Sivel2Gen::Presponsable.find(pri).nombre_con_polo %> <% end %>