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

Paul POULAIN tipaul at users.sourceforge.net
Thu Aug 12 16:51:26 CEST 2004


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 => \@item_value_loop,
  						item_header_loop => \@header_value_loop,
  						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 => \@item_value_loop,
  						item_header_loop => \@header_value_loop,
  						biblionumber => $biblionumber,
  						bibid => $bibid,
! 						biblionumber => $biblionumber,
! 						subscriptionid => $subscriptionid,
! 						);
  output_html_with_http_headers $query, $cookie, $template->output;
  





More information about the Koha-cvs mailing list