You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use it instead of the `:three_day_residency_requirement_applies`
precalculate block.
Part of refactoring marriage-abroad. See doc/refactoring.md for more.
Copy file name to clipboardexpand all lines: lib/smart_answer_flows/marriage-abroad/outcomes/outcome_os_consular_cni.govspeak.erb
+1-1
Original file line number
Diff line number
Diff line change
@@ -136,7 +136,7 @@
136
136
137
137
<% end %>
138
138
139
-
<% if three_day_residency_handled_by_exception.exclude?(calculator.ceremony_country) && three_day_residency_requirement_applies.include?(calculator.ceremony_country)%>
139
+
<% if three_day_residency_handled_by_exception.exclude?(calculator.ceremony_country) && calculator.three_day_residency_requirement_applies?%>
0 commit comments