|
|
|
@ -4,7 +4,7 @@ class Form::Sales::Questions::PurchasePrice < ::Form::Question |
|
|
|
@id = "value" |
|
|
|
@id = "value" |
|
|
|
@type = "numeric" |
|
|
|
@type = "numeric" |
|
|
|
@min = form.start_year_2026_or_later? ? 15_000 : 0 |
|
|
|
@min = form.start_year_2026_or_later? ? 15_000 : 0 |
|
|
|
@step = 0.01 |
|
|
|
@step = form.start_year_2026_or_later? ? 1 : 0.01 # 0.01 was a mistake that was fixed in 2026 |
|
|
|
@width = 5 |
|
|
|
@width = 5 |
|
|
|
@prefix = "£" |
|
|
|
@prefix = "£" |
|
|
|
@ownership_sch = ownershipsch |
|
|
|
@ownership_sch = ownershipsch |
|
|
|
|