From cf35d520dda46caacc2a36becac4454f234a5520 Mon Sep 17 00:00:00 2001 From: Mike Rylander Date: Mon, 19 Jan 2015 17:22:20 -0500 Subject: [PATCH] Use target="_self" to force a top-level page load Signed-off-by: Mike Rylander --- 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 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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 aefa817b93..89eb58dd45 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 db55327465..912ada5cbc 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 2655eaf610..059153b500 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}}
-- 2.11.0