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

(-)a/C4/ILSDI/Services.pm (-1 / +1 lines)
Lines 777-782 sub _availability { Link Here
777
777
778
    my $biblionumber = $item->{'biblioitemnumber'};
778
    my $biblionumber = $item->{'biblioitemnumber'};
779
    my $location     = GetBranchName( $item->{'holdingbranch'} );
779
    my $location     = GetBranchName( $item->{'holdingbranch'} );
780
    $location .= ", Call # $item->{itemcallnumber}" if $item->{itemcallnumber};
780
781
781
    if ( $item->{'notforloan'} ) {
782
    if ( $item->{'notforloan'} ) {
782
        return ( $biblionumber, 'not available', 'Not for loan', $location );
783
        return ( $biblionumber, 'not available', 'Not for loan', $location );
783
- 

Return to bug 12469