|
|
|
@ -12,7 +12,7 @@ class Form::Sales::Pages::BuyerPrevious < ::Form::Page |
|
|
|
end |
|
|
|
end |
|
|
|
|
|
|
|
|
|
|
|
def routed_to?(log, _current_user) |
|
|
|
def routed_to?(log, _current_user) |
|
|
|
return false if log.staircase == 1 && log.form.start_year_after_2024? |
|
|
|
return false if log.is_staircase? && log.form.start_year_after_2024? |
|
|
|
|
|
|
|
|
|
|
|
super |
|
|
|
super |
|
|
|
end |
|
|
|
end |
|
|
|
|