From fdfa436cc30a57ac631195b4984476cd13d2380b Mon Sep 17 00:00:00 2001 From: finlayt Date: Wed, 27 Nov 2002 01:48:53 +0000 Subject: [PATCH] added the publictype field to the output from ItemInfo routine --- C4/Search.pm | 1 + 1 file changed, 1 insertion(+) diff --git a/C4/Search.pm b/C4/Search.pm index 9176288069..046d9e6bc3 100755 --- a/C4/Search.pm +++ b/C4/Search.pm @@ -1298,6 +1298,7 @@ sub ItemInfo { $bsth->execute; if (my $bdata=$bsth->fetchrow_hashref){ $data->{'description'} = $bdata->{'description'}; + $data->{'publictype'} = $bdata->{'publictype'}; } -- 2.39.5