[open-ils-commits] [GIT] Evergreen ILS branch rel_3_0 updated. 5faf5955c73b95d50577cfdc72b867a2becdbd41

Evergreen Git git at git.evergreen-ils.org
Fri Sep 14 09:51:19 EDT 2018


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_3_0 has been updated
       via  5faf5955c73b95d50577cfdc72b867a2becdbd41 (commit)
      from  96f7a65fb1edbb6b6656e2b5d97b230730aee677 (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 5faf5955c73b95d50577cfdc72b867a2becdbd41
Author: Jane Sandberg <sandbej at linnbenton.edu>
Date:   Mon Sep 10 10:07:54 2018 -0700

    LP1727464: Adding record ID to the title link in the checkout interface
    
    Signed-off-by: Jane Sandberg <sandbej at linnbenton.edu>
    Signed-off-by: Garry Collum <gcollum at gmail.com>
    Signed-off-by: Galen Charlton <gmc at equinoxinitiative.org>

diff --git a/Open-ILS/src/templates/staff/circ/patron/t_checkout.tt2 b/Open-ILS/src/templates/staff/circ/patron/t_checkout.tt2
index 2d61b56..cb698cb 100644
--- a/Open-ILS/src/templates/staff/circ/patron/t_checkout.tt2
+++ b/Open-ILS/src/templates/staff/circ/patron/t_checkout.tt2
@@ -129,7 +129,7 @@
     path='circ.renewal_remaining'></eg-grid-field>
 
   <eg-grid-field label="[% l('Title') %]" path="title">
-    <a target="_self" href="[% ctx.base_path %]/staff/cat/catalog/record/{{record.doc_id()}}">
+    <a target="_self" href="[% ctx.base_path %]/staff/cat/catalog/record/{{item.acn.record()}}">
       {{item.title}}
     </a>
   </eg-grid-field>

-----------------------------------------------------------------------

Summary of changes:
 .../src/templates/staff/circ/patron/t_checkout.tt2 |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
Evergreen ILS


More information about the open-ils-commits mailing list