From e46ee22832f1e212efdeb41b8919031c27cb0f09 Mon Sep 17 00:00:00 2001 From: Terran McCanna Date: Wed, 2 Mar 2016 17:11:40 -0500 Subject: [PATCH] LP #1422932 TPAC: Holds history pager typo Corrects typo in link that caused page not found errors when attempting to navigate multiple pages of hold history through My OPAC. Patch originally by Bob Wicksall. Signed-off-by: Terran McCanna Signed-off-by: Galen Charlton --- Open-ILS/src/templates/opac/myopac/hold_history.tt2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Open-ILS/src/templates/opac/myopac/hold_history.tt2 b/Open-ILS/src/templates/opac/myopac/hold_history.tt2 index 8412f42ddb..c549bf4b51 100644 --- a/Open-ILS/src/templates/opac/myopac/hold_history.tt2 +++ b/Open-ILS/src/templates/opac/myopac/hold_history.tt2 @@ -32,7 +32,7 @@ %] [% curpage + 1 %] [%- ELSE %] - limit, offset => (curpage * limit)}) %]'>[% curpage + 1 %] + limit, offset => (curpage * limit)}) %]'>[% curpage + 1 %] [%- END; curpage = curpage + 1; END; -- 2.11.0