View | Details | Raw Unified | Return to bug 26314
Collapse All | Expand All

(-)a/Koha/Biblio.pm (-2 / +1 lines)
Lines 1679-1685 sub get_volumes_query { Link Here
1679
        }
1679
        }
1680
    }
1680
    }
1681
    else {
1681
    else {
1682
        my $cleaned_title = $marc->title;
1682
        my $cleaned_title = $marc->subfield('245', "a");
1683
        $cleaned_title =~ tr|/||;
1683
        $cleaned_title =~ tr|/||;
1684
        $cleaned_title = $builder->clean_search_term($cleaned_title);
1684
        $cleaned_title = $builder->clean_search_term($cleaned_title);
1685
        $searchstr = "ti,phr:($cleaned_title)";
1685
        $searchstr = "ti,phr:($cleaned_title)";
1686
- 

Return to bug 26314