[Koha-cvs] CVS: koha MARCdetail.pl,1.12,1.13

Paul POULAIN tipaul at users.sourceforge.net
Tue Mar 18 12:14:52 CET 2003


Update of /cvsroot/koha/koha
In directory sc8-pr-cvs1:/tmp/cvs-serv25765

Modified Files:
	MARCdetail.pl 
Log Message:
bugfix

Index: MARCdetail.pl
===================================================================
RCS file: /cvsroot/koha/koha/MARCdetail.pl,v
retrieving revision 1.12
retrieving revision 1.13
diff -C2 -r1.12 -r1.13
*** MARCdetail.pl	10 Mar 2003 15:16:55 -0000	1.12
--- MARCdetail.pl	18 Mar 2003 11:14:50 -0000	1.13
***************
*** 66,70 ****
  my $bibid = $query->param('bibid');
  $bibid = &MARCfind_MARCbibid_from_oldbiblionumber($dbh,$biblionumber) unless $bibid;
! 
  my $tagslib = &MARCgettagslib($dbh,1);
  
--- 66,70 ----
  my $bibid = $query->param('bibid');
  $bibid = &MARCfind_MARCbibid_from_oldbiblionumber($dbh,$biblionumber) unless $bibid;
! $biblionumber = &MARCfind_oldbiblionumber_from_MARCbibid($dbh,$bibid) unless $biblionumber;
  my $tagslib = &MARCgettagslib($dbh,1);
  





More information about the Koha-cvs mailing list