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

Paul POULAIN tipaul at users.sourceforge.net
Thu Sep 2 18:43:00 CEST 2004


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

Modified Files:
	MARCdetail.pl 
Log Message:
minor fix for hidden fields

Index: MARCdetail.pl
===================================================================
RCS file: /cvsroot/koha/koha/MARCdetail.pl,v
retrieving revision 1.20
retrieving revision 1.21
diff -C2 -r1.20 -r1.21
*** MARCdetail.pl	12 Aug 2004 14:51:23 -0000	1.20
--- MARCdetail.pl	2 Sep 2004 16:42:58 -0000	1.21
***************
*** 69,73 ****
  $biblionumber = &MARCfind_oldbiblionumber_from_MARCbibid($dbh,$bibid) unless $biblionumber;
  my $itemtype = &MARCfind_frameworkcode($dbh,$bibid);
- warn "IT : $itemtype";
  my $tagslib = &MARCgettagslib($dbh,1,$itemtype);
  
--- 69,72 ----





More information about the Koha-cvs mailing list