Skip to content

Commit

Permalink
Merge branch 'release-70' into release-71
Browse files Browse the repository at this point in the history
  • Loading branch information
eanders authored Dec 6, 2024
2 parents 8ed762c + 7479f07 commit 4680065
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
6 changes: 1 addition & 5 deletions app/models/concerns/tc_hat_calculations.rb
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ def date_of_birth
label: '60 - 61',
},
'62' => {
range: 62..,
range: 62..90,
label: '62 or older',
},
}
Expand Down Expand Up @@ -539,10 +539,6 @@ def form_fields
as: :pretty_checkboxes_group,
number: 'F-3',
},
_housing_rank_preamble: {
as: :partial,
partial: 'non_hmis_assessments/tc_hat/housing_rank_preamble',
},
notes: {
label: 'Client Note',
number: 'F-12',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
= render 'non_hmis_clients/assessments/common_description_display', options: options
- else
.c-question__number= options[:number]
- if disabled
- if disabled && @assessment.respond_to?(field_name)
- val = @assessment.public_send(field_name)
- if options[:collection].present?
- if val.is_a?(Array)
Expand Down

0 comments on commit 4680065

Please sign in to comment.