[open-ils-commits] [GIT] Evergreen ILS branch rel_3_1 updated. 5536cf7e91ddeb4bf818dc634e0faf4c1685ef6f

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_1 has been updated
       via  5536cf7e91ddeb4bf818dc634e0faf4c1685ef6f (commit)
      from  92769e565277967261b5884a3969205fe02ddd6c (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 5536cf7e91ddeb4bf818dc634e0faf4c1685ef6f
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 ba380ba..309c82a 100644
--- a/Open-ILS/src/templates/staff/circ/patron/t_checkout.tt2
+++ b/Open-ILS/src/templates/staff/circ/patron/t_checkout.tt2
@@ -135,7 +135,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