From aaba1dbff885e268529be58ccf8d6d987c17b3b9 Mon Sep 17 00:00:00 2001 From: miker Date: Fri, 1 May 2009 19:28:17 +0000 Subject: [PATCH] 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 --- Open-ILS/src/perlmods/OpenILS/WWW/SuperCat.pm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 ) ); } -- 2.11.0