[open-ils-commits] [GIT] Evergreen ILS branch rel_2_9 updated. 3e2179e781d1c2440524439f4287b4c31b9a8825

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_9 has been updated
       via  3e2179e781d1c2440524439f4287b4c31b9a8825 (commit)
      from  43319f4b31639d90ac5167763aafd2e3a1dc273a (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 3e2179e781d1c2440524439f4287b4c31b9a8825
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