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

(-)a/opac/opac-detail.pl (-1 / +1 lines)
Lines 675-680 if ( not $viewallitems and @items > $max_items_to_display ) { Link Here
675
    if (    C4::Context->preference('OPACAcquisitionDetails')
675
    if (    C4::Context->preference('OPACAcquisitionDetails')
676
        and C4::Context->preference('AcqCreateItem') eq 'ordering' )
676
        and C4::Context->preference('AcqCreateItem') eq 'ordering' )
677
    {
677
    {
678
        $itm->{branchname} = C4::Branch::GetBranchName( $itm->{holdingbranch} );
678
        $itm->{on_order} = 1
679
        $itm->{on_order} = 1
679
          if grep /^$itm->{itemnumber}$/, @itemnumbers_on_order;
680
          if grep /^$itm->{itemnumber}$/, @itemnumbers_on_order;
680
    }
681
    }
681
- 

Return to bug 11169