Skip to content

Commit

Permalink
Add Division and Tickets columns for lottery entrant template
Browse files Browse the repository at this point in the history
  • Loading branch information
moveson committed Nov 25, 2023
1 parent 21cea91 commit 8fcdde6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/etl/csv_templates.rb
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,8 @@ def variable_headers
split_names_for_event(parent)
when :event_group_entrants
parent.multiple_events? ? ["Event Name"] : []
when :lottery_entrants
["Division Name", "Number of Tickets"]
else
[]
end
Expand Down

0 comments on commit 8fcdde6

Please sign in to comment.