From ef5f78b01a38978986ee8d631ca2b78e1971fff3 Mon Sep 17 00:00:00 2001 From: Jason Etheridge Date: Wed, 5 Jul 2017 17:02:43 -0400 Subject: [PATCH] lp1702568 Copy Location fix for Hold Detail View hold.current_copy.location is better fleshed than copy.location in this case Signed-off-by: Jason Etheridge Signed-off-by: Andrea Neiman --- Open-ILS/src/templates/staff/circ/share/t_hold_details.tt2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Open-ILS/src/templates/staff/circ/share/t_hold_details.tt2 b/Open-ILS/src/templates/staff/circ/share/t_hold_details.tt2 index 1da860ea32..27ab8ec0bb 100644 --- a/Open-ILS/src/templates/staff/circ/share/t_hold_details.tt2 +++ b/Open-ILS/src/templates/staff/circ/share/t_hold_details.tt2 @@ -32,7 +32,7 @@
[% l('Current Shelf Lib') %]
{{hold.current_shelf_lib().shortname()}}
[% l('Current Copy Location') %]
-
{{copy.location().name()}}
+
{{hold.current_copy().location().name()}}
[% l('Force Copy Quality') %]
{{hold.mint_condition() == 't'}}
-- 2.11.0