Fix bib record title link in browser staff checkin grid so that clicking
on the link directs the user to the bib record page.
Signed-off-by: Bill Erickson <berickxx@gmail.com>
Signed-off-by: Jennifer Pringle <jennifer.pringle@bc.libraries.coop>
Signed-off-by: Kathy Lussier <klussier@masslnc.org>
path='circ.xact_start'></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.record.doc_id()}}">
{{item.title}}
</a>
</eg-grid-field>