[open-ils-commits] [GIT] Evergreen ILS branch rel_2_8 updated. cdf5558e6d9a1eb6dfbd777bd3e30def488a760a
Evergreen Git
git at git.evergreen-ils.org
Wed Mar 2 21:27:03 EST 2016
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Evergreen ILS".
The branch, rel_2_8 has been updated
via cdf5558e6d9a1eb6dfbd777bd3e30def488a760a (commit)
from fabed8045ee269f28d6a869195f37186b2a45b89 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit cdf5558e6d9a1eb6dfbd777bd3e30def488a760a
Author: Terran McCanna <tmccanna at georgialibraries.org>
Date: Wed Mar 2 17:11:40 2016 -0500
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 <tmccanna at georgialibraries.org>
Signed-off-by: Galen Charlton <gmc at esilibrary.com>
diff --git a/Open-ILS/src/templates/opac/myopac/hold_history.tt2 b/Open-ILS/src/templates/opac/myopac/hold_history.tt2
index 8412f42..c549bf4 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 %]
- <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;
-----------------------------------------------------------------------
Summary of changes:
.../src/templates/opac/myopac/hold_history.tt2 | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
hooks/post-receive
--
Evergreen ILS
More information about the open-ils-commits
mailing list