[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Koha-cvs] CVS: koha/bookshelves shelves.pl,1.2,1.3
From: |
Paul POULAIN |
Subject: |
[Koha-cvs] CVS: koha/bookshelves shelves.pl,1.2,1.3 |
Date: |
Thu, 02 Dec 2004 08:38:53 -0800 |
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
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Koha-cvs] CVS: koha/bookshelves shelves.pl,1.2,1.3,
Paul POULAIN <=
- Prev by Date:
[Koha-cvs] CVS: koha/authorities authorities.pl,1.7,1.8
- Next by Date:
[Koha-cvs] CVS: koha/doc kohadoc.sgml,1.7,NONE manual.tar.gz,1.1,NONE
- Previous by thread:
[Koha-cvs] CVS: koha/authorities authorities.pl,1.7,1.8
- Next by thread:
[Koha-cvs] CVS: koha/doc kohadoc.sgml,1.7,NONE manual.tar.gz,1.1,NONE
- Index(es):