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

(-)a/circ/pendingreserves.pl (-2 / +1 lines)
Lines 285-291 foreach my $bibnum ( @biblionumbers ){ Link Here
285
    }
285
    }
286
286
287
    if ( $res_info->item_group ) {
287
    if ( $res_info->item_group ) {
288
       $hold_info->{barcodes} = [ uniq map { defined $_->barcode && $_->item_group->id == $res_info->item_group_id  ? $_->barcode : () } @$items ];
288
       $hold_info->{barcodes} = [ uniq map { defined $_->barcode && $_->item_group && ( $_->item_group->id == $res_info->item_group_id )  ? $_->barcode : () } @$items ];
289
    }
289
    }
290
290
291
    # items available
291
    # items available
292
- 

Return to bug 24860