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

(-)a/Koha/Biblio.pm (-2 / +1 lines)
Lines 1098-1104 sub get_volumes_query { Link Here
1098
        }
1098
        }
1099
    }
1099
    }
1100
    else {
1100
    else {
1101
        my $cleaned_title = $marc->title;
1101
        my $cleaned_title = $marc->subfield('245', "a");
1102
        $cleaned_title =~ tr|/||;
1102
        $cleaned_title =~ tr|/||;
1103
        $cleaned_title = $builder->clean_search_term($cleaned_title);
1103
        $cleaned_title = $builder->clean_search_term($cleaned_title);
1104
        $searchstr = "ti,phr:($cleaned_title)";
1104
        $searchstr = "ti,phr:($cleaned_title)";
1105
- 

Return to bug 26314