koha-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Koha-cvs] koha/catalogue moredetail.pl [rel_3_0]


From: Antoine Farnault
Subject: [Koha-cvs] koha/catalogue moredetail.pl [rel_3_0]
Date: Fri, 03 Nov 2006 08:29:52 +0000

CVSROOT:        /sources/koha
Module name:    koha
Branch:         rel_3_0
Changes by:     Antoine Farnault <toins>        06/11/03 08:29:52

Modified files:
        catalogue      : moredetail.pl 

Log message:
        Add a call to Biblio.pm.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/catalogue/moredetail.pl?cvsroot=koha&only_with_tag=rel_3_0&r1=1.4&r2=1.4.2.1

Patches:
Index: moredetail.pl
===================================================================
RCS file: /sources/koha/koha/catalogue/moredetail.pl,v
retrieving revision 1.4
retrieving revision 1.4.2.1
diff -u -b -r1.4 -r1.4.2.1
--- moredetail.pl       1 Aug 2006 08:50:55 -0000       1.4
+++ moredetail.pl       3 Nov 2006 08:29:52 -0000       1.4.2.1
@@ -1,7 +1,7 @@
 #!/usr/bin/perl
 # NOTE: Use standard 8-space tabs for this file (indents are 4 spaces)
 
-# $Id: moredetail.pl,v 1.4 2006/08/01 08:50:55 toins Exp $
+# $Id: moredetail.pl,v 1.4.2.1 2006/11/03 08:29:52 toins Exp $
 
 # Copyright 2000-2003 Katipo Communications
 #
@@ -25,7 +25,8 @@
 require Exporter;
 use C4::Koha;
 use CGI;
-use C4::Search;
+use C4::Search; # to use &itemissues and maybe others..
+use C4::Biblio; # to use &bibitemdata
 use C4::Acquisition;
 use C4::Output; # contains gettemplate
 use C4::Auth;




reply via email to

[Prev in Thread] Current Thread [Next in Thread]