[Koha-cvs] CVS: koha MARCdetail.pl,1.30,1.31

Paul POULAIN tipaul at users.sourceforge.net
Thu Aug 11 11:00:49 CEST 2005


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

Modified Files:
	MARCdetail.pl 
Log Message:
some changes in link (using biblionumber standard name)

Index: MARCdetail.pl
===================================================================
RCS file: /cvsroot/koha/koha/MARCdetail.pl,v
retrieving revision 1.30
retrieving revision 1.31
diff -C2 -r1.30 -r1.31
*** MARCdetail.pl	9 Aug 2005 14:10:34 -0000	1.30
--- MARCdetail.pl	11 Aug 2005 09:00:46 -0000	1.31
***************
*** 64,68 ****
  my $dbh=C4::Context->dbh;
  
! my $biblionumber=$query->param('bib');
  # my $bibid = $query->param('bibid');
  my $itemtype = $query->param('frameworkcode');
--- 64,68 ----
  my $dbh=C4::Context->dbh;
  
! my $biblionumber=$query->param('biblionumber');
  # my $bibid = $query->param('bibid');
  my $itemtype = $query->param('frameworkcode');
***************
*** 226,231 ****
  						item_header_loop => \@header_value_loop,
  						biblionumber => $biblionumber,
- # 						bibid => $bibid,
- 						biblionumber => $biblionumber,
  						subscriptionsnumber => $subscriptionsnumber,
  						popup => $popup,
--- 226,229 ----





More information about the Koha-cvs mailing list