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

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

Return to bug 37334