From: Jason Etheridge Date: Wed, 5 Jul 2017 21:02:43 +0000 (-0400) Subject: lp1702568 Copy Location fix for Hold Detail View X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=ef5f78b01a38978986ee8d631ca2b78e1971fff3;p=evergreen%2Fjoelewis.git 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 --- 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'}}