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

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

Return to bug 13516