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

(-)a/C4/Search.pm (-1 / +1 lines)
Lines 2000-2005 sub searchResults { Link Here
2000
        }
2000
        }
2001
2001
2002
        my $biblio_object = Koha::Biblios->find( $oldbiblio->{biblionumber} );
2002
        my $biblio_object = Koha::Biblios->find( $oldbiblio->{biblionumber} );
2003
        next unless $biblio_object;
2003
        $oldbiblio->{biblio_object} = $biblio_object;
2004
        $oldbiblio->{biblio_object} = $biblio_object;
2004
2005
2005
        my $can_place_holds = 1;
2006
        my $can_place_holds = 1;
2006
- 

Return to bug 30386