We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 595558a commit 775c80eCopy full SHA for 775c80e
app/components/app_session_actions_component.rb
@@ -88,7 +88,9 @@ def ready_for_vaccinator_row
88
counts_by_programme =
89
session.programmes.index_with do |programme|
90
patient_sessions
91
- .has_registration_status(%w[attending completed])
+ .has_registration_status(
92
+ PatientSession::RegistrationStatus::STATUSES_FOR_RECORDING_VACCINATION
93
+ )
94
.includes(
95
patient: %i[consent_statuses triage_statuses vaccination_statuses]
96
)
0 commit comments