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

(-)a/Koha/Items.pm (-2 / +1 lines)
Lines 91-97 sub filter_by_visible_in_opac { Link Here
91
        $result = $result->filter_out_lost;
91
        $result = $result->filter_out_lost;
92
    }
92
    }
93
93
94
    return $result;
94
    return $result->search;
95
}
95
}
96
96
97
=head3 filter_out_lost
97
=head3 filter_out_lost
98
- 

Return to bug 28906