From 3fa73b11fe7f2795aa9e8e3cd493f843d108ce7f 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 | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) 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 0be1f7d90b..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.billing_location().shortname()}}
+
[% l('Total Billed') %]
{{xact.summary().total_owed() | currency}}
[% l('Title') %]
@@ -103,6 +106,12 @@ {{total_circs}}
+
-- 2.11.0