|
|
@ -2,7 +2,7 @@ class Form::Sales::Questions::Equity < ::Form::Question |
|
|
|
def initialize(id, hsh, page) |
|
|
|
def initialize(id, hsh, page) |
|
|
|
super |
|
|
|
super |
|
|
|
@id = "equity" |
|
|
|
@id = "equity" |
|
|
|
@copy_key = "sales.sale_information.equity.#{page.id}" |
|
|
|
@copy_key = form.start_year_2025_or_later? ? "sales.sale_information.equity.#{page.id}" : "sales.sale_information.equity" |
|
|
|
@type = "numeric" |
|
|
|
@type = "numeric" |
|
|
|
@min = 0 |
|
|
|
@min = 0 |
|
|
|
@max = 100 |
|
|
|
@max = 100 |
|
|
|