Merge pull request #237 from differentreality/registrations_exports
fix filenames for export to pdf/xls
This commit is contained in:
commit
16abe63418
2 changed files with 1 additions and 1 deletions
|
|
@ -14,7 +14,7 @@ wb.add_worksheet(:name => "registrations") do |sheet|
|
|||
row << reg.email
|
||||
row << reg.attending_social_events
|
||||
row << reg.attending_with_partner
|
||||
row << reg.need_access
|
||||
row << reg.handicapped_access_required
|
||||
row << reg.other_needs
|
||||
row << reg.arrival
|
||||
row << reg.departure
|
||||
Loading…
Add table
Add a link
Reference in a new issue