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>
Sat, 9 Dec 2017 19:34:27 +0000 (14:34 -0500)
Signed-off-by: Terran McCanna <tmccanna@georgialibraries.org>
Open-ILS/src/templates/opac/parts/place_hold_result.tt2

index cbd951e..1d62fd6 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;