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

(-)a/C4/ILSDI/Utility.pm (-1 / +1 lines)
Lines 86-91 sub Availability { Link Here
86
86
87
    my $biblionumber = $item->{'biblioitemnumber'};
87
    my $biblionumber = $item->{'biblioitemnumber'};
88
    my $location     = GetBranchName( $item->{'holdingbranch'} );
88
    my $location     = GetBranchName( $item->{'holdingbranch'} );
89
    $location .= ", Call # $item->{itemcallnumber}" if $item->{itemcallnumber};
89
90
90
    if ( $item->{'notforloan'} ) {
91
    if ( $item->{'notforloan'} ) {
91
        return ( $biblionumber, 'not available', 'Not for loan', $location );
92
        return ( $biblionumber, 'not available', 'Not for loan', $location );
92
- 

Return to bug 12469