Browse Source

Make sure that the guidance text is displayed on net income question

pull/1668/head
Kat 3 years ago
parent
commit
257ad348d1
  1. 1
      app/models/form/lettings/questions/net_income_known.rb

1
app/models/form/lettings/questions/net_income_known.rb

@ -7,6 +7,7 @@ class Form::Lettings::Questions::NetIncomeKnown < ::Form::Question
@type = "radio" @type = "radio"
@check_answers_card_number = 0 @check_answers_card_number = 0
@guidance_partial = "what_counts_as_income" @guidance_partial = "what_counts_as_income"
@guidance_position = GuidancePosition::TOP
@hint_text = "" @hint_text = ""
@answer_options = ANSWER_OPTIONS @answer_options = ANSWER_OPTIONS
@question_number = 86 @question_number = 86

Loading…
Cancel
Save