X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=virtualshelves%2Fsendshelf.pl;h=1226d3e66b84ba89e0a7fca72bc2e9511cf86e7b;hb=ef0b0f13fcba4605f99386d4c2bdd87e82234493;hp=02999ea8ab6c482fcc79b374dc33ba04d86a0aaf;hpb=bb1e9c500c810402c64436c53bcc00ffb9a0b857;p=koha.git diff --git a/virtualshelves/sendshelf.pl b/virtualshelves/sendshelf.pl index 02999ea8ab..1226d3e66b 100755 --- a/virtualshelves/sendshelf.pl +++ b/virtualshelves/sendshelf.pl @@ -77,7 +77,7 @@ if ($email) { my @results; while ( my $content = $contents->next ) { - my $biblionumber = $content->biblionumber->biblionumber; + my $biblionumber = $content->biblionumber; my $fw = GetFrameworkCode($biblionumber); my $dat = GetBiblioData($biblionumber); my $record = GetMarcBiblio($biblionumber, 1);