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 <tmccanna@georgialibraries.org>
Signed-off-by: Galen Charlton <gmc@esilibrary.com>
%]
[% 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;