item_barcode had broken the rest of numeric search
authorLebbeous Fogle-Weekley <lebbeous@esilibrary.com>
Thu, 28 Jul 2011 19:12:28 +0000 (15:12 -0400)
committerLebbeous Fogle-Weekley <lebbeous@esilibrary.com>
Thu, 28 Jul 2011 19:12:28 +0000 (15:12 -0400)
but now it's fixed

Signed-off-by: Lebbeous Fogle-Weekley <lebbeous@esilibrary.com>
Open-ILS/src/perlmods/lib/OpenILS/WWW/EGCatLoader/Search.pm

index a1aa2e6..f597001 100644 (file)
@@ -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;