Second piece to the bug fix for group holds...
authorTerran McCanna <tmccanna@georgialibraries.org>
Tue, 12 Jan 2016 16:04:59 +0000 (11:04 -0500)
committerChris Sharp <csharp@georgialibraries.org>
Fri, 26 May 2017 12:04:35 +0000 (08:04 -0400)
Signed-off-by: Terran McCanna <tmccanna@georgialibraries.org>
Open-ILS/src/templates/opac/parts/place_hold_result.tt2

index 2aa9108..937eab0 100644 (file)
@@ -38,7 +38,7 @@
                 </td>
                 <td>
                     [%
-                        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;