Browse Source

Bug fix (#2866)

pull/2870/head v0.4.89
Manny Dinssa 2 months ago committed by GitHub
parent
commit
df283a7a63
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      app/models/form/sales/questions/buyer2_income_known.rb

2
app/models/form/sales/questions/buyer2_income_known.rb

@ -2,7 +2,7 @@ class Form::Sales::Questions::Buyer2IncomeKnown < ::Form::Question
def initialize(id, hsh, page) def initialize(id, hsh, page)
super super
@id = "income2nk" @id = "income2nk"
@copy_key = "sales.income_benefits_and_savings.buyer_2_income.income2" @copy_key = "sales.income_benefits_and_savings.buyer_2_income.income2nk"
@type = "radio" @type = "radio"
@answer_options = ANSWER_OPTIONS @answer_options = ANSWER_OPTIONS
@conditional_for = { @conditional_for = {

Loading…
Cancel
Save