@@ -, +, @@ --- C4/ILSDI/Services.pm | 1 + 1 file changed, 1 insertion(+) --- a/C4/ILSDI/Services.pm +++ a/C4/ILSDI/Services.pm @@ -777,6 +777,7 @@ sub _availability { my $biblionumber = $item->{'biblioitemnumber'}; my $location = GetBranchName( $item->{'holdingbranch'} ); + $location .= ", Call # $item->{itemcallnumber}" if $item->{itemcallnumber}; if ( $item->{'notforloan'} ) { return ( $biblionumber, 'not available', 'Not for loan', $location ); --