From: Bill Erickson Date: Tue, 2 Jul 2019 20:51:13 +0000 (-0400) Subject: Remove some TODO comments: done X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=15e2fd4b7217d3cd1f02149fd8013722f72a19c1;p=working%2FEvergreen.git Remove some TODO comments: done Signed-off-by: Bill Erickson --- diff --git a/Open-ILS/src/perlmods/lib/OpenILS/Elastic/BibSearch.pm b/Open-ILS/src/perlmods/lib/OpenILS/Elastic/BibSearch.pm index 8c6aeb2063..6f7485bd3a 100644 --- a/Open-ILS/src/perlmods/lib/OpenILS/Elastic/BibSearch.pm +++ b/Open-ILS/src/perlmods/lib/OpenILS/Elastic/BibSearch.pm @@ -177,9 +177,6 @@ sub populate_index { $self->{$db_key} = $settings->{$db_key}; } - # TODO $settings->{stop_record} - # TODO $settings->{start_date} - my $end_time; my $duration = $settings->{max_duration}; if ($duration) { @@ -216,7 +213,7 @@ sub get_bib_ids { return [$state->{index_record}] if $state->{index_record}; my $start_id = $state->{start_record} || 0; - my $stop_id = $state->{stop_record}; # TODO + my $stop_id = $state->{stop_record}; my $start_date = $state->{start_date}; my ($select, $from, $where);