|
|
|
@ -275,7 +275,7 @@ private |
|
|
|
def reset_scheme_location! |
|
|
|
def reset_scheme_location! |
|
|
|
self.location = nil |
|
|
|
self.location = nil |
|
|
|
if scheme && scheme.locations.active_in_2_weeks.size == 1 |
|
|
|
if scheme && scheme.locations.active_in_2_weeks.size == 1 |
|
|
|
self.location = scheme.locations.first |
|
|
|
self.location = scheme.locations.active_in_2_weeks.first |
|
|
|
end |
|
|
|
end |
|
|
|
end |
|
|
|
end |
|
|
|
|
|
|
|
|
|
|
|
|