[open-ils-commits] [GIT] Evergreen ILS branch master updated. e46ee22832f1e212efdeb41b8919031c27cb0f09
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, master has been updated
via e46ee22832f1e212efdeb41b8919031c27cb0f09 (commit)
from 634d20e550ee94022ced7c2dde17dffa4e458997 (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 e46ee22832f1e212efdeb41b8919031c27cb0f09
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