|
|
|
|
@ -6,6 +6,20 @@ class Form::Sales::Pages::Buyer1IncomeValueCheck < ::Form::Page
|
|
|
|
|
"income1_under_soft_min?" => true, |
|
|
|
|
}, |
|
|
|
|
] |
|
|
|
|
@title_text = { |
|
|
|
|
"translation" => "soft_validations.income.under_soft_min_for_economic_status", |
|
|
|
|
"arguments" => [ |
|
|
|
|
{ |
|
|
|
|
"key" => "income1", |
|
|
|
|
"i18n_template" => "income", |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
"key" => "income_soft_min_for_ecstat", |
|
|
|
|
"arguments_for_public_send" => "ecstat1", |
|
|
|
|
"i18n_template" => "minimum", |
|
|
|
|
}, |
|
|
|
|
], |
|
|
|
|
} |
|
|
|
|
@informative_text = {} |
|
|
|
|
end |
|
|
|
|
|
|
|
|
|
|