[Koha-cvs] koha/opac opac-detail.pl [rel_3_0]

paul poulain paul at koha-fr.org
Tue Dec 5 14:38:57 CET 2006


CVSROOT:	/sources/koha
Module name:	koha
Branch:		rel_3_0
Changes by:	paul poulain <tipaul>	06/12/05 13:38:57

Modified files:
	opac           : opac-detail.pl 

Log message:
	adding last 3 serials status in detail record

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/opac/opac-detail.pl?cvsroot=koha&only_with_tag=rel_3_0&r1=1.32.2.4&r2=1.32.2.5

Patches:
Index: opac-detail.pl
===================================================================
RCS file: /sources/koha/koha/opac/opac-detail.pl,v
retrieving revision 1.32.2.4
retrieving revision 1.32.2.5
diff -u -b -r1.32.2.4 -r1.32.2.5
--- opac-detail.pl	5 Dec 2006 11:35:31 -0000	1.32.2.4
+++ opac-detail.pl	5 Dec 2006 13:38:57 -0000	1.32.2.5
@@ -17,7 +17,7 @@
 # Koha; if not, write to the Free Software Foundation, Inc., 59 Temple Place,
 # Suite 330, Boston, MA  02111-1307 USA
 
-# $Id: opac-detail.pl,v 1.32.2.4 2006/12/05 11:35:31 toins Exp $
+# $Id: opac-detail.pl,v 1.32.2.5 2006/12/05 13:38:57 tipaul Exp $
 
 use strict;
 require Exporter;
@@ -141,6 +141,7 @@
 $template->param(
     BIBLIO_RESULTS      => $resultsarray,
     ITEM_RESULTS        => $itemsarray,
+    subscriptions => \@subs,
     subscriptionsnumber => $subscriptionsnumber,
     LibraryName         => C4::Context->preference("LibraryName"),
     suggestion          => C4::Context->preference("suggestion"),





More information about the Koha-cvs mailing list