From: Terran McCanna Date: Tue, 12 Jan 2016 16:04:59 +0000 (-0500) Subject: Second piece to the bug fix for group holds... X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=452d5f5b89afd245886f9be0506dad6bf7e4efd7;p=evergreen%2Fpines.git Second piece to the bug fix for group holds... Signed-off-by: Terran McCanna --- diff --git a/Open-ILS/src/templates/opac/parts/place_hold_result.tt2 b/Open-ILS/src/templates/opac/parts/place_hold_result.tt2 index cbd951e31d..1d62fd6720 100644 --- a/Open-ILS/src/templates/opac/parts/place_hold_result.tt2 +++ b/Open-ILS/src/templates/opac/parts/place_hold_result.tt2 @@ -38,7 +38,7 @@ [% - title = attrs.title_extended; + title = attrs.title; IF hdata.selected_part AND hdata.parts AND hdata.parts.size > 0; FOREACH part IN hdata.parts; IF hdata.selected_part == part.id;