From: miker Date: Fri, 1 May 2009 19:28:17 +0000 (+0000) Subject: pass in the record position starting at the offset X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=aaba1dbff885e268529be58ccf8d6d987c17b3b9;p=evergreen%2Ftadl.git pass in the record position starting at the offset git-svn-id: svn://svn.open-ils.org/ILS/trunk@13033 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 bd8544f7c5..ff58aa9f19 100644 --- a/Open-ILS/src/perlmods/OpenILS/WWW/SuperCat.pm +++ b/Open-ILS/src/perlmods/OpenILS/WWW/SuperCat.pm @@ -1677,7 +1677,8 @@ sub sru_search { $resp->addRecord( SRU::Response::Record->new( recordSchema => 'info:srw/schema/1/marcxml-v1.1', - recordData => $marcxml + recordData => $marcxml, + recordPosition => ++$offset ) ); }