From: miker Date: Sat, 31 May 2008 14:57:48 +0000 (+0000) Subject: remove redundant offset decrement X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=29796252c053af06ec14a8e408af8fd63db41c8e;p=Evergreen.git remove redundant offset decrement git-svn-id: svn://svn.open-ils.org/ILS/branches/rel_1_2_2@9752 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- diff --git a/Open-ILS/src/perlmods/OpenILS/WWW/SuperCat.pm b/Open-ILS/src/perlmods/OpenILS/WWW/SuperCat.pm index 8c42142f44..1262685d69 100644 --- a/Open-ILS/src/perlmods/OpenILS/WWW/SuperCat.pm +++ b/Open-ILS/src/perlmods/OpenILS/WWW/SuperCat.pm @@ -993,7 +993,7 @@ sub opensearch_feed { my $recs = $search->request( 'open-ils.search.biblio.multiclass.query' => { org_unit => $org_unit->[0]->id, - offset => $offset - 1, + offset => $offset, limit => $limit, sort => $sort, sort_dir => $sortdir,