From: Mike Rylander Date: Mon, 19 Jan 2015 22:15:53 +0000 (-0500) Subject: LP#1402797 Use the staff-wrapped catalog when jumping to a bib record X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=06e505f2fee20e1b99c5087368a6f5c03022c1f2;p=evergreen%2Fpines.git LP#1402797 Use the staff-wrapped catalog when jumping to a bib record Signed-off-by: Mike Rylander Signed-off-by: Bill Erickson --- 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 f42bfe9673..28bba44456 100644 --- a/Open-ILS/src/templates/staff/circ/patron/t_checkout.tt2 +++ b/Open-ILS/src/templates/staff/circ/patron/t_checkout.tt2 @@ -100,7 +100,7 @@ path='circ.renewal_remaining'> - + {{item.title}} diff --git a/Open-ILS/src/templates/staff/circ/patron/t_holds_list.tt2 b/Open-ILS/src/templates/staff/circ/patron/t_holds_list.tt2 index c9bdf3612d..aefa817b93 100644 --- a/Open-ILS/src/templates/staff/circ/patron/t_holds_list.tt2 +++ b/Open-ILS/src/templates/staff/circ/patron/t_holds_list.tt2 @@ -59,7 +59,7 @@ - + {{item.mvr.title()}} diff --git a/Open-ILS/src/templates/staff/circ/patron/t_items_out.tt2 b/Open-ILS/src/templates/staff/circ/patron/t_items_out.tt2 index ca3eef1f26..db55327465 100644 --- a/Open-ILS/src/templates/staff/circ/patron/t_items_out.tt2 +++ b/Open-ILS/src/templates/staff/circ/patron/t_items_out.tt2 @@ -81,7 +81,7 @@ - + {{item.target_copy().call_number().record().simple_record().title()}} diff --git a/Open-ILS/src/templates/staff/circ/patron/t_xact_details.tt2 b/Open-ILS/src/templates/staff/circ/patron/t_xact_details.tt2 index 7bc04e7682..2655eaf610 100644 --- a/Open-ILS/src/templates/staff/circ/patron/t_xact_details.tt2 +++ b/Open-ILS/src/templates/staff/circ/patron/t_xact_details.tt2 @@ -7,7 +7,7 @@
{{xact.summary().total_owed() | currency}}
[% l('Title') %]
- {{title}} + {{title}} {{title}}
diff --git a/Open-ILS/src/templates/staff/circ/renew/t_renew.tt2 b/Open-ILS/src/templates/staff/circ/renew/t_renew.tt2 index c2880c1b2e..f8946d568b 100644 --- a/Open-ILS/src/templates/staff/circ/renew/t_renew.tt2 +++ b/Open-ILS/src/templates/staff/circ/renew/t_renew.tt2 @@ -102,7 +102,7 @@ path='circ.renewal_remaining'> - + {{item.title}}