[Koha-cvs] CVS: koha MARCdetail.pl,1.17,1.18

Paul POULAIN tipaul at users.sourceforge.net
Thu Jun 3 15:45:00 CEST 2004


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

Modified Files:
	MARCdetail.pl 
Log Message:
* frameworks and itemtypes are independant
* in the MARC editor, showing the + to duplicate a tag only if the tag is repeatable

Index: MARCdetail.pl
===================================================================
RCS file: /cvsroot/koha/koha/MARCdetail.pl,v
retrieving revision 1.17
retrieving revision 1.18
diff -C2 -r1.17 -r1.18
*** MARCdetail.pl	28 May 2004 08:33:41 -0000	1.17
--- MARCdetail.pl	3 Jun 2004 13:44:57 -0000	1.18
***************
*** 67,71 ****
  $bibid = &MARCfind_MARCbibid_from_oldbiblionumber($dbh,$biblionumber) unless $bibid;
  $biblionumber = &MARCfind_oldbiblionumber_from_MARCbibid($dbh,$bibid) unless $biblionumber;
! my $itemtype = &MARCfind_itemtype($dbh,$bibid);
  warn "IT : $itemtype";
  my $tagslib = &MARCgettagslib($dbh,1,$itemtype);
--- 67,71 ----
  $bibid = &MARCfind_MARCbibid_from_oldbiblionumber($dbh,$biblionumber) unless $bibid;
  $biblionumber = &MARCfind_oldbiblionumber_from_MARCbibid($dbh,$bibid) unless $biblionumber;
! my $itemtype = &MARCfind_frameworkcode($dbh,$bibid);
  warn "IT : $itemtype";
  my $tagslib = &MARCgettagslib($dbh,1,$itemtype);





More information about the Koha-cvs mailing list