|
|
|
@ -4,10 +4,8 @@ class Form::Lettings::Pages::RentBiWeekly < ::Form::Page |
|
|
|
@id = "rent_bi_weekly" |
|
|
|
@id = "rent_bi_weekly" |
|
|
|
@header = "Household rent and charges" |
|
|
|
@header = "Household rent and charges" |
|
|
|
@depends_on = [ |
|
|
|
@depends_on = [ |
|
|
|
{ "household_charge" => 0, "period" => 2, "is_carehome" => 0 }, |
|
|
|
{ "household_charge" => nil, "rent_and_charges_paid_every_2_weeks?" => true, "is_carehome?" => false }, |
|
|
|
{ "household_charge" => nil, "period" => 2, "is_carehome" => 0 }, |
|
|
|
{ "household_charge" => 0, "rent_and_charges_paid_every_2_weeks?" => true, "is_carehome?" => false }, |
|
|
|
{ "household_charge" => 0, "period" => 2, "is_carehome" => nil }, |
|
|
|
|
|
|
|
{ "household_charge" => nil, "period" => 2, "is_carehome" => nil }, |
|
|
|
|
|
|
|
] |
|
|
|
] |
|
|
|
end |
|
|
|
end |
|
|
|
|
|
|
|
|
|
|
|
|