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

(-)a/Koha/Items.pm (-2 / +1 lines)
Lines 307-313 sub filter_by_available { Link Here
307
            itemlost        => 0,
307
            itemlost        => 0,
308
            withdrawn       => 0,
308
            withdrawn       => 0,
309
            damaged         => 0,
309
            damaged         => 0,
310
            notforloan      => { '<=' => 0 },
310
            notforloan      => 0,
311
            restricted      => [ { '!=' => 0 }, undef ],
311
            restricted      => [ { '!=' => 0 }, undef ],
312
            'me.itype'      => { -not_in => \@item_types_notforloan },
312
            'me.itype'      => { -not_in => \@item_types_notforloan },
313
        }
313
        }
314
- 

Return to bug 37334