koha-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Paul POULAIN
Subject: [Koha-cvs] CVS: koha MARCdetail.pl,1.17,1.18
Date: Thu, 03 Jun 2004 06:45:00 -0700

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);




reply via email to

[Prev in Thread] Current Thread [Next in Thread]