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=527721521a5934394991772e59a2cfd38cba9ea0;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 f2a9be5219..3320fdb62d 100644 --- a/Open-ILS/src/templates/opac/parts/place_hold_result.tt2 +++ b/Open-ILS/src/templates/opac/parts/place_hold_result.tt2 @@ -46,7 +46,7 @@ function disable_submit() { [% - 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;