Skip to content

Commit

Permalink
Use PSH or HSA for PSH required maybe/uknown
Browse files Browse the repository at this point in the history
  • Loading branch information
eanders committed Feb 12, 2025
1 parent ac425cd commit 2483f27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/models/client.rb
Original file line number Diff line number Diff line change
Expand Up @@ -648,7 +648,7 @@ def psh_required_for_export
when 'yes', 'no'
psh_required.capitalize
else
'Unknown'
'PSH or HSA'
end
end

Expand Down

0 comments on commit 2483f27

Please sign in to comment.