From 044b6b4a7c63f116d2a6c8bd35f3806b509211e3 Mon Sep 17 00:00:00 2001 From: Henri-Damien LAURENT Date: Thu, 18 Oct 2007 04:19:46 -0500 Subject: [PATCH] Bug fixing : itemtype values were not shown on ISBD Signed-off-by: Chris Cormack Signed-off-by: Joshua Ferraro --- catalogue/ISBDdetail.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/catalogue/ISBDdetail.pl b/catalogue/ISBDdetail.pl index 84015113cf..d47a7b0fa1 100755 --- a/catalogue/ISBDdetail.pl +++ b/catalogue/ISBDdetail.pl @@ -58,7 +58,7 @@ sub get_authorised_value_desc ($$$$$$$) { #---- itemtypes if ( $tagslib->{$tag}->{$subfield}->{'authorised_value'} eq "itemtypes" ) { - my $itemtypedef = getitemtypeinfo($itemtype); + my $itemtypedef = getitemtypeinfo($value); return $itemtypedef->{description}; } -- 2.20.1