--- a/C4/SIP/ILS/Item.pm 2017-10-30 10:54:37.000000000 +0100 +++ b/C4/SIP/ILS/Item.pm 2017-11-23 13:05:16.780604741 +0100 @@ -102,6 +102,8 @@ $self->{hold_queue} = $holds; $self->{hold_shelf} = [( grep { defined $_->{found} and $_->{found} eq 'W' } @{$self->{hold_queue}} )]; $self->{pending_queue} = [( grep {(! defined $_->{found}) or $_->{found} ne 'W' } @{$self->{hold_queue}} )]; + $self->{title} = $item->biblio->title(); + $self->{author} = $item->biblio->author(); bless $self, $type; syslog( "LOG_DEBUG", "new ILS::Item('%s'): found with title '%s'",