[Koha-cvs] CVS: koha/bookshelves shelves.pl,1.2,1.3

Paul POULAIN tipaul at users.sourceforge.net
Thu Dec 2 17:38:53 CET 2004


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

Modified Files:
	shelves.pl 
Log Message:
improvement in book shelves

Index: shelves.pl
===================================================================
RCS file: /cvsroot/koha/koha/bookshelves/shelves.pl,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** shelves.pl	19 Nov 2004 16:31:30 -0000	1.2
--- shelves.pl	2 Dec 2004 16:38:50 -0000	1.3
***************
*** 145,148 ****
--- 145,149 ----
  		$line{'title'}=$item->{'title'};
  		$line{'author'}=$item->{'author'};
+ 		$line{biblionumber} = $item->{biblionumber};
  		push(@itemsloop, \%line);
  	}
***************
*** 157,160 ****
--- 158,164 ----
  #
  # $Log$
+ # Revision 1.3  2004/12/02 16:38:50  tipaul
+ # improvement in book shelves
+ #
  # Revision 1.2  2004/11/19 16:31:30  tipaul
  # bugfix for bookshelves not in official CVS





More information about the Koha-cvs mailing list