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

(-)a/reserve/request.pl (-2 lines)
Lines 657-663 foreach my $biblionumber (@biblionumbers) { Link Here
657
        } @reserves
657
        } @reserves
658
      )
658
      )
659
    {
659
    {
660
        my $priority = $res->priority();
661
        my %reserve;
660
        my %reserve;
662
        if ( $res->is_found() ) {
661
        if ( $res->is_found() ) {
663
            $reserve{'holdingbranch'} = $res->item()->holdingbranch();
662
            $reserve{'holdingbranch'} = $res->item()->holdingbranch();
664
- 

Return to bug 29049