koha-cvs
[Top][All Lists]
Advanced

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

[Koha-cvs] koha/catalogue MARCdetail.pl


From: Antoine Farnault
Subject: [Koha-cvs] koha/catalogue MARCdetail.pl
Date: Fri, 07 Jul 2006 08:47:46 +0000

CVSROOT:        /sources/koha
Module name:    koha
Changes by:     Antoine Farnault <toins>        06/07/07 08:47:46

Modified files:
        catalogue      : MARCdetail.pl 

Log message:
        Sub renamed according to the coding guidelines

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/catalogue/MARCdetail.pl?cvsroot=koha&r1=1.2&r2=1.3

Patches:
Index: MARCdetail.pl
===================================================================
RCS file: /sources/koha/koha/catalogue/MARCdetail.pl,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -b -r1.2 -r1.3
--- MARCdetail.pl       6 Mar 2006 21:18:00 -0000       1.2
+++ MARCdetail.pl       7 Jul 2006 08:47:46 -0000       1.3
@@ -56,7 +56,7 @@
 use MARC::Record;
 use C4::Biblio;
 use C4::Acquisition;
-use C4::Bull; #uses getsubscriptionsfrombiblionumber
+use C4::Serials; #uses getsubscriptionsfrombiblionumber
 use HTML::Template;
 use C4::Search;
 
@@ -226,7 +226,7 @@
        push(@header_value_loop, \%header_value);
 }
 
-my $subscriptionsnumber = getsubscriptionfrombiblionumber($biblionumber);
+my $subscriptionsnumber = GetSubscriptionFromBiblionumber($biblionumber);
 $template->param(item_loop => address@hidden,
                                                item_header_loop => 
address@hidden,
                                                biblionumber => $biblionumber,




reply via email to

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