From 818f92fe98d3af235eac7723c05ce0a2d955fa5d Mon Sep 17 00:00:00 2001 From: tipaul Date: Thu, 3 Jun 2004 13:44:57 +0000 Subject: [PATCH] * frameworks and itemtypes are independant * in the MARC editor, showing the + to duplicate a tag only if the tag is repeatable --- MARCdetail.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MARCdetail.pl b/MARCdetail.pl index ecb94d0cc1..c1edbb4435 100755 --- a/MARCdetail.pl +++ b/MARCdetail.pl @@ -66,7 +66,7 @@ my $biblionumber=$query->param('bib'); my $bibid = $query->param('bibid'); $bibid = &MARCfind_MARCbibid_from_oldbiblionumber($dbh,$biblionumber) unless $bibid; $biblionumber = &MARCfind_oldbiblionumber_from_MARCbibid($dbh,$bibid) unless $biblionumber; -my $itemtype = &MARCfind_itemtype($dbh,$bibid); +my $itemtype = &MARCfind_frameworkcode($dbh,$bibid); warn "IT : $itemtype"; my $tagslib = &MARCgettagslib($dbh,1,$itemtype); -- 2.39.2