Skip to content

Commit

Permalink
Bug fix (#2866)
Browse files Browse the repository at this point in the history
  • Loading branch information
Dinssa authored Dec 12, 2024
1 parent 6d22b84 commit df283a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/models/form/sales/questions/buyer2_income_known.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ class Form::Sales::Questions::Buyer2IncomeKnown < ::Form::Question
def initialize(id, hsh, page)
super
@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"
@answer_options = ANSWER_OPTIONS
@conditional_for = {
Expand Down

0 comments on commit df283a7

Please sign in to comment.