LP #1422932 TPAC: Holds history pager typo user/mccanna/lp1422932_hold_history_paging
authorTerran McCanna <tmccanna@georgialibraries.org>
Wed, 2 Mar 2016 22:11:40 +0000 (17:11 -0500)
committerTerran McCanna <tmccanna@georgialibraries.org>
Wed, 2 Mar 2016 22:11:40 +0000 (17:11 -0500)
Corrects typo in link that caused page not found errors when attempting
to navigate multiple pages of hold history through My OPAC.

Signed-off-by: Terran McCanna <tmccanna@georgialibraries.org>
Open-ILS/src/templates/opac/myopac/hold_history.tt2

index 8412f42..c549bf4 100644 (file)
@@ -32,7 +32,7 @@
             %]
             [% curpage + 1 %]
                     [%- ELSE %]
-            <a href='[% mkurl('holds_history', {limit => limit, offset => (curpage * limit)}) %]'>[% curpage + 1 %]</a>
+            <a href='[% mkurl('hold_history', {limit => limit, offset => (curpage * limit)}) %]'>[% curpage + 1 %]</a>
                     [%- END;
                     curpage = curpage + 1;
                 END;