Skip to content

Commit

Permalink
No falla cuando empresa no tiene polo. Closes #767. Closes #769
Browse files Browse the repository at this point in the history
  • Loading branch information
vtamara committed Feb 4, 2025
1 parent d308c24 commit 96a623f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/sivel2_gen/concerns/models/presponsable.rb
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ def nombre_con_polo
if self.id == polo_id
self.nombre
else
polo_nombre + " - " + self.nombre
polo_nombre.to_s + " - " + self.nombre
end
end

Expand Down

0 comments on commit 96a623f

Please sign in to comment.