Fixed two bugs that were introduced when we changed the conference registration process to accommodate virtual conferences.
This commit is contained in:
@@ -27,7 +27,7 @@ module RegistrationSteps
|
||||
:review
|
||||
]
|
||||
available = all_southpole_steps.select { |step| send("#{step}_available?", registration) }
|
||||
else+ available = RegistrationSteps.all_registration_steps.select { |step| send("#{step}_available?", registration) }
|
||||
else available = RegistrationSteps.all_registration_steps.select { |step| send("#{step}_available?", registration) }
|
||||
end
|
||||
return available
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user