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

(-)a/C4/Search.pm (-2 / +1 lines)
Lines 2131-2137 sub searchResults { Link Here
2131
                        && $userenv->{number}
2131
                        && $userenv->{number}
2132
                        && Koha::Patrons->find($userenv->{number})->category->hidelostitems
2132
                        && Koha::Patrons->find($userenv->{number})->category->hidelostitems
2133
                        && $item->{itemlost}
2133
                        && $item->{itemlost}
2134
                }
2134
                );
2135
2135
2136
                $item->{notforloan}=1 if !$item->{notforloan}  && $itemtypes{ C4::Context->preference("item-level_itypes")? $item->{itype}: $oldbiblio->{itemtype} }->{notforloan};
2136
                $item->{notforloan}=1 if !$item->{notforloan}  && $itemtypes{ C4::Context->preference("item-level_itypes")? $item->{itype}: $oldbiblio->{itemtype} }->{notforloan};
2137
2137
2138
- 

Return to bug 19870