Merge pull request #237 from differentreality/registrations_exports

fix filenames for export to pdf/xls
This commit is contained in:
Stella Rouzi 2014-06-13 15:09:55 +03:00
commit 16abe63418
2 changed files with 1 additions and 1 deletions

View file

@ -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