|
|
|
|
@ -824,11 +824,11 @@ class LettingsLog < Log
|
|
|
|
|
def is_address_asked? |
|
|
|
|
return false if scheme_has_confidential_information? |
|
|
|
|
|
|
|
|
|
form.start_year_2026_or_later? || !is_supported_housing? |
|
|
|
|
form.start_year_2026_or_later? || is_general_needs? |
|
|
|
|
end |
|
|
|
|
|
|
|
|
|
def scheme_has_confidential_information? |
|
|
|
|
scheme&.has_confidential_information? || false |
|
|
|
|
!!scheme&.has_confidential_information? |
|
|
|
|
end |
|
|
|
|
|
|
|
|
|
def referral_is_from_local_authority_housing_register? |
|
|
|
|
|