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