Bug 27200: (follow-up) Browse search interface update
[srvgit] / opac / opac-browse.pl
index bbad0d4..84df8c8 100755 (executable)
@@ -104,6 +104,7 @@ sub _filter_for_output {
           {
             id => $biblionumber,
             title    => $biblio->title,
+            subtitle => $biblio->subtitle,
             author  => $biblio->author,
           };
     };