LP1727464: Adding record ID to the title link in the checkout interface
authorJane Sandberg <sandbej@linnbenton.edu>
Mon, 10 Sep 2018 17:07:54 +0000 (10:07 -0700)
committerGalen Charlton <gmc@equinoxinitiative.org>
Fri, 14 Sep 2018 14:08:01 +0000 (10:08 -0400)
Signed-off-by: Jane Sandberg <sandbej@linnbenton.edu>
Signed-off-by: Garry Collum <gcollum@gmail.com>
Signed-off-by: Galen Charlton <gmc@equinoxinitiative.org>

Open-ILS/src/templates/staff/circ/patron/t_checkout.tt2

index ba380ba..309c82a 100644 (file)
     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>