Rename attending_social_events_with_partner
This commit is contained in:
parent
a8e2cd4ef9
commit
077036d67c
5 changed files with 12 additions and 4 deletions
|
|
@ -37,7 +37,7 @@
|
|||
%td
|
||||
= registration.attending_social_events
|
||||
%td
|
||||
= registration.attending_social_events_with_partner
|
||||
= registration.attending_with_partner
|
||||
%td
|
||||
= registration.arrival
|
||||
%td
|
||||
|
|
|
|||
|
|
@ -23,7 +23,7 @@ prawn_document(:force_download=>true, :filename => @pdf_filename) do |pdf|
|
|||
row << " "
|
||||
end
|
||||
|
||||
if registration.attending_social_events_with_partner.to_s
|
||||
if registration.attending_with_partner.to_s
|
||||
row << "X"
|
||||
else
|
||||
row << " "
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue