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

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

Return to bug 28906