fix error
This commit is contained in:
parent
453bc511d7
commit
8d96eedb51
|
@ -42,7 +42,7 @@ wb.add_worksheet(name: "Ask Question") do |sheet|
|
||||||
text = I18n.t('ask.no')
|
text = I18n.t('ask.no')
|
||||||
end
|
end
|
||||||
when 'situation'
|
when 'situation'
|
||||||
text = situations[ask_question.situation].join('/') rescue ''
|
text = situations[ask_question.situation].collect{|k,v| v}.join('/') rescue ''
|
||||||
end
|
end
|
||||||
row_group[field] = text
|
row_group[field] = text
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in New Issue