Skip to content

Commit 16f79c9

Browse files
committed
Fix spec regression
The check for location needed to be updated to not use outcode `already_had`. Jira-Issue: MAV-3404 Jira-Issue: MAV-2848
1 parent a422ec3 commit 16f79c9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/models/draft_vaccination_record.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ def wizard_steps
7474
(:dose if administered? && can_be_half_dose? && !reported_as_already_vaccinated?),
7575
(:batch if administered? && !reported_as_already_vaccinated?),
7676
(
77-
if !already_had? && (session&.generic_clinic? || national_reporting_user_and_record?)
77+
if !reported_as_already_vaccinated? && (session&.generic_clinic? || national_reporting_user_and_record?)
7878
:location
7979
end
8080
),

0 commit comments

Comments
 (0)