[Koha-cvs] koha/opac opac-shelves.pl [dev_week]

Owen Leonard oleonard at athenscounty.lib.oh.us
Wed Sep 20 16:20:04 CEST 2006


CVSROOT:	/sources/koha
Module name:	koha
Branch:		dev_week
Changes by:	Owen Leonard <oleonard>	06/09/20 14:20:04

Modified files:
	opac           : opac-shelves.pl 

Log message:
	Adding missing biblio results variable

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/opac/opac-shelves.pl?cvsroot=koha&only_with_tag=dev_week&r1=1.3.2.8.2.4&r2=1.3.2.8.2.5

Patches:
Index: opac-shelves.pl
===================================================================
RCS file: /sources/koha/koha/opac/opac-shelves.pl,v
retrieving revision 1.3.2.8.2.4
retrieving revision 1.3.2.8.2.5
diff -u -b -r1.3.2.8.2.4 -r1.3.2.8.2.5
--- opac-shelves.pl	19 Sep 2006 20:37:58 -0000	1.3.2.8.2.4
+++ opac-shelves.pl	20 Sep 2006 14:20:04 -0000	1.3.2.8.2.5
@@ -2,7 +2,7 @@
 #script to provide bookshelf management
 # WARNING: This file uses 4-character tabs!
 #
-# $Header: /sources/koha/koha/opac/opac-shelves.pl,v 1.3.2.8.2.4 2006/09/19 20:37:58 oleonard Exp $
+# $Header: /sources/koha/koha/opac/opac-shelves.pl,v 1.3.2.8.2.5 2006/09/20 14:20:04 oleonard Exp $
 #
 # Copyright 2000-2002 Katipo Communications
 #
@@ -206,6 +206,7 @@
 		$line{'publicationyear'}=$item->{'publicationyear'};
 		$line{'publishercode'}=$item->{'publishercode'};
 		$line{'place'}=$item->{'place'};
+		$line{'pages'}=$item->{'pages'};
 		$line{'notes'}=$item->{'notes'};
 		$line{'size'}=$item->{'size'};
 		$line{'classification'}=$item->{'classification'};		
@@ -225,8 +226,8 @@
 
 #
 # $Log: opac-shelves.pl,v $
-# Revision 1.3.2.8.2.4  2006/09/19 20:37:58  oleonard
-# Changes to layout and presentation of virtual shelves, including separation of public and private shelves for clearer display. No more free shelves option.
+# Revision 1.3.2.8.2.5  2006/09/20 14:20:04  oleonard
+# Adding missing biblio results variable
 #
 # Revision 1.3.2.8.2.3  2006/09/19 04:46:31  kados
 # Toins, this is what you've been waiting for. the 'search' file has the





More information about the Koha-cvs mailing list