@ -352,10 +352,6 @@ class Form
type == "sales" || (start_year && start_year.to_i > 2022)
end
def start_year_2024_or_later?
start_date && start_date.year >= 2024
def start_year_2025_or_later?
start_date && start_date.year >= 2025