koha-cvs
[Top][All Lists]
Advanced

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

[Koha-cvs] CVS: koha MARCdetail.pl,1.19,1.20


From: Paul POULAIN
Subject: [Koha-cvs] CVS: koha MARCdetail.pl,1.19,1.20
Date: Thu, 12 Aug 2004 07:51:26 -0700

Update of /cvsroot/koha/koha
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29830

Modified Files:
        MARCdetail.pl 
Log Message:
serials : lot of bugfixes.
Works fine now. And is documented (clic Help)

Index: MARCdetail.pl
===================================================================
RCS file: /cvsroot/koha/koha/MARCdetail.pl,v
retrieving revision 1.19
retrieving revision 1.20
diff -C2 -r1.19 -r1.20
*** MARCdetail.pl       13 Jul 2004 12:55:01 -0000      1.19
--- MARCdetail.pl       12 Aug 2004 14:51:23 -0000      1.20
***************
*** 57,60 ****
--- 57,61 ----
  use C4::Biblio;
  use C4::Acquisition;
+ use C4::Bull; #uses getsubscriptionfrom biblionumber
  use HTML::Template;
  
***************
*** 176,184 ****
  }
  
  $template->param(item_loop => address@hidden,
                                                item_header_loop => 
address@hidden,
                                                biblionumber => $biblionumber,
                                                bibid => $bibid,
!                                               biblionumber => $biblionumber);
  output_html_with_http_headers $query, $cookie, $template->output;
  
--- 177,188 ----
  }
  
+ my $subscriptionid = getsubscriptionfrombiblionumber($biblionumber);
  $template->param(item_loop => address@hidden,
                                                item_header_loop => 
address@hidden,
                                                biblionumber => $biblionumber,
                                                bibid => $bibid,
!                                               biblionumber => $biblionumber,
!                                               subscriptionid => 
$subscriptionid,
!                                               );
  output_html_with_http_headers $query, $cookie, $template->output;
  




reply via email to

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