From: Lebbeous Fogle-Weekley Date: Thu, 28 Jul 2011 19:12:28 +0000 (-0400) Subject: item_barcode had broken the rest of numeric search X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=8e66305213488f6d9c9522304231f9a10af951e9;p=evergreen%2Fjoelewis.git item_barcode had broken the rest of numeric search but now it's fixed Signed-off-by: Lebbeous Fogle-Weekley --- diff --git a/Open-ILS/src/perlmods/lib/OpenILS/WWW/EGCatLoader/Search.pm b/Open-ILS/src/perlmods/lib/OpenILS/WWW/EGCatLoader/Search.pm index a1aa2e6301..f59700108c 100644 --- a/Open-ILS/src/perlmods/lib/OpenILS/WWW/EGCatLoader/Search.pm +++ b/Open-ILS/src/perlmods/lib/OpenILS/WWW/EGCatLoader/Search.pm @@ -140,10 +140,8 @@ sub load_rresults { return $self->item_barcode_shortcut if ( $cgi->param("qtype") and ($cgi->param("qtype") eq "item_barcode") ); - return Apache2::Const::HTTP_INTERNAL_SERVER_ERROR; } - my $page = $cgi->param('page') || 0; my $facet = $cgi->param('facet'); my $limit = $self->_get_search_limit;