[Koha-cvs] CVS: koha/opac opac-shelves.pl,1.3.2.1,1.3.2.2

Owen Leonard oleonard at users.sourceforge.net
Tue Jan 11 21:18:33 CET 2005


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

Modified Files:
      Tag: rel_2_2
	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.2.1
retrieving revision 1.3.2.2
diff -C2 -r1.3.2.1 -r1.3.2.2
*** opac-shelves.pl	11 Jan 2005 16:33:57 -0000	1.3.2.1
--- opac-shelves.pl	11 Jan 2005 20:18:29 -0000	1.3.2.2
***************
*** 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.3.2.2  2005/01/11 20:18:29  oleonard
+ # Adding call number and item type to list of returned variables
+ #
  # Revision 1.3.2.1  2005/01/11 16:33:57  tipaul
  # fix for http://bugs.koha.org/cgi-bin/bugzilla/show_bug.cgi?id=811 :





More information about the Koha-cvs mailing list