|
|
@ -2,6 +2,7 @@ class Form::Lettings::Questions::Earnings < ::Form::Question |
|
|
|
def initialize(id, hsh, page) |
|
|
|
def initialize(id, hsh, page) |
|
|
|
super |
|
|
|
super |
|
|
|
@id = "earnings" |
|
|
|
@id = "earnings" |
|
|
|
|
|
|
|
@copy_key = "lettings.income_and_benefits.income_amount.earnings" |
|
|
|
@type = "numeric" |
|
|
|
@type = "numeric" |
|
|
|
@width = 5 |
|
|
|
@width = 5 |
|
|
|
@check_answers_card_number = 0 |
|
|
|
@check_answers_card_number = 0 |
|
|
|