|
|
|
@ -6,6 +6,7 @@ class Form::Sales::Questions::Grant < ::Form::Question |
|
|
|
@header = "What was the amount of any loan, grant, discount or subsidy given?" |
|
|
|
@header = "What was the amount of any loan, grant, discount or subsidy given?" |
|
|
|
@type = "numeric" |
|
|
|
@type = "numeric" |
|
|
|
@min = 0 |
|
|
|
@min = 0 |
|
|
|
|
|
|
|
@max = 999_999 |
|
|
|
@width = 5 |
|
|
|
@width = 5 |
|
|
|
@prefix = "£" |
|
|
|
@prefix = "£" |
|
|
|
@hint_text = "For all schemes except Right to Buy (RTB), Preserved Right to Buy (PRTB), Voluntary Right to Buy (VRTB)" |
|
|
|
@hint_text = "For all schemes except Right to Buy (RTB), Preserved Right to Buy (PRTB), Voluntary Right to Buy (VRTB)" |
|
|
|
|