From f4dcee8da6a71560c9872e120d545e084d22461c Mon Sep 17 00:00:00 2001 From: oleonard Date: Thu, 13 Jan 2005 20:41:07 +0000 Subject: [PATCH] Adding call number and item type to list of returned variables --- opac/opac-shelves.pl | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/opac/opac-shelves.pl b/opac/opac-shelves.pl index 6db9162f08..cba164f197 100755 --- a/opac/opac-shelves.pl +++ b/opac/opac-shelves.pl @@ -174,6 +174,8 @@ sub viewshelf { $line{'barcode'}=$item->{'barcode'}; $line{'title'}=$item->{'title'}; $line{'author'}=$item->{'author'}; + $line{'classification'}=$item->{'classification'}; + $line{'itemtype'}=$item->{'itemtype'}; $line{biblionumber} = $item->{biblionumber}; push(@itemsloop, \%line); } @@ -187,6 +189,9 @@ sub viewshelf { # # $Log$ +# Revision 1.4 2005/01/13 20:41:07 oleonard +# Adding call number and item type to list of returned variables +# # Revision 1.3 2005/01/03 11:09:34 tipaul # synch'ing virtual shelves management in opac with the librarian one, that has more features # -- 2.39.5