Followup Adding system preference XSLT*FileName
[koha.git] / C4 / Acquisition.pm
index 3e274fe..88f0c6d 100644 (file)
@@ -1142,6 +1142,7 @@ sub GetHistory {
         
         if ( defined $title ) {
             $query .= " AND biblio.title LIKE ? ";
+            $title =~ s/\s+/%/g;
             push @query_params, "%$title%";
         }