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

(-)a/C4/Search.pm (-2 / +1 lines)
Lines 2112-2118 sub searchResults { Link Here
2112
2112
2113
                # if something's checked out and lost, mark it as 'long overdue'
2113
                # if something's checked out and lost, mark it as 'long overdue'
2114
                if ( $item->{itemlost} ) {
2114
                if ( $item->{itemlost} ) {
2115
                    $onloan_items->{$prefix}->{longoverdue}++;
2115
                    $onloan_items->{$key}->{longoverdue}++;
2116
                    $longoverdue_count++;
2116
                    $longoverdue_count++;
2117
                }
2117
                }
2118
                else {    # can place holds as long as item isn't lost
2118
                else {    # can place holds as long as item isn't lost
2119
- 

Return to bug 13516