From 06e505f2fee20e1b99c5087368a6f5c03022c1f2 Mon Sep 17 00:00:00 2001 From: Mike Rylander Date: Mon, 19 Jan 2015 17:15:53 -0500 Subject: [PATCH] LP#1402797 Use the staff-wrapped catalog when jumping to a bib record Signed-off-by: Mike Rylander Signed-off-by: Bill Erickson --- Open-ILS/src/templates/staff/circ/patron/t_checkout.tt2 | 2 +- Open-ILS/src/templates/staff/circ/patron/t_holds_list.tt2 | 2 +- Open-ILS/src/templates/staff/circ/patron/t_items_out.tt2 | 2 +- Open-ILS/src/templates/staff/circ/patron/t_xact_details.tt2 | 2 +- Open-ILS/src/templates/staff/circ/renew/t_renew.tt2 | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) 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}} -- 2.43.2