From f32cf1a12797ec7e3890b4c5dc36bf632854b82f Mon Sep 17 00:00:00 2001 From: Terran McCanna Date: Wed, 6 Feb 2019 14:30:04 -0500 Subject: [PATCH] Custom: Link billing and owning locations to lib info pages Signed-off-by: Terran McCanna --- Open-ILS/src/templates/staff/circ/patron/t_xact_details.tt2 | 9 ++++++--- 1 file changed, 6 insertions(+), 3 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..af9815d322 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,8 +108,8 @@
[% l('Owning Library') %]
-
- {{xact.circulation().target_copy().call_number().owning_lib().shortname()}} +
-- 2.11.0