|
|
|
|
@ -269,7 +269,7 @@ private
|
|
|
|
|
if params[:location_deactivation_period].blank? |
|
|
|
|
return |
|
|
|
|
elsif params[:location_deactivation_period]["#{key}_type".to_sym] == "default" |
|
|
|
|
return FormHandler.instance.current_collection_start_date |
|
|
|
|
return FormHandler.instance.start_date_of_earliest_open_collection_period |
|
|
|
|
elsif params[:location_deactivation_period][key.to_sym].present? |
|
|
|
|
return params[:location_deactivation_period][key.to_sym] |
|
|
|
|
end |
|
|
|
|
|