From 24ce9367616dc5944006d482e543e56b447a3aef Mon Sep 17 00:00:00 2001 From: Terran McCanna Date: Wed, 13 Feb 2019 13:19:35 -0500 Subject: [PATCH] LP#1813225 Link Billing Location to Library Info Converts library shortname on billing details page to a link which opens in a new tab so that staff can easily get to library contact info. Signed-off-by: Terran McCanna Signed-off-by: Garry Collum Signed-off-by: Jane Sandberg --- .../src/templates/staff/circ/patron/t_xact_details.tt2 | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) 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 1ea6fd176d..4d5ff59486 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 @@ -2,7 +2,10 @@
[% l('Billing Location') %]
-
{{xact.grocery().billing_location().shortname()||xact.circulation().circ_lib().shortname()}}
+
[% l('Total Billed') %]
{{xact.summary().total_owed() | currency}}
[% l('Title') %]
@@ -105,12 +108,11 @@
[% l('Owning Library') %]
-
- {{xact.circulation().target_copy().call_number().owning_lib().shortname()}} +
-