[Koha-cvs] CVS: koha/opac opac-shelves.pl,1.3,1.4

Owen Leonard oleonard at users.sourceforge.net
Thu Jan 13 21:41:11 CET 2005


Update of /cvsroot/koha/koha/opac
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25432/opac

Modified Files:
	opac-shelves.pl 
Log Message:
Adding call number and item type to list of returned variables

Index: opac-shelves.pl
===================================================================
RCS file: /cvsroot/koha/koha/opac/opac-shelves.pl,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** opac-shelves.pl	3 Jan 2005 11:09:34 -0000	1.3
--- opac-shelves.pl	13 Jan 2005 20:41:07 -0000	1.4
***************
*** 175,178 ****
--- 175,180 ----
  		$line{'title'}=$item->{'title'};
  		$line{'author'}=$item->{'author'};
+ 		$line{'classification'}=$item->{'classification'};		
+ 		$line{'itemtype'}=$item->{'itemtype'};				
  		$line{biblionumber} = $item->{biblionumber};
  		push(@itemsloop, \%line);
***************
*** 188,191 ****
--- 190,196 ----
  #
  # $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





More information about the Koha-cvs mailing list