From ccc1a1a35473e004e61ffe291e21268c2236faf6 Mon Sep 17 00:00:00 2001 From: rangi Date: Wed, 31 Jul 2002 09:17:34 +0000 Subject: [PATCH] fix to pass the catalog maintenance flag along --- html-template/detail.pl | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/html-template/detail.pl b/html-template/detail.pl index 324bd1b82e..d940ae34e0 100755 --- a/html-template/detail.pl +++ b/html-template/detail.pl @@ -31,10 +31,13 @@ while () { } my $biblionumber=$query->param('bib'); -my $type='intra'; +my $type=$query->param('type'); # change back when ive fixed request.pl my @items = ItemInfo(undef, $biblionumber, $type); +foreach my $dat (@items){ + $dat->{'type'}=$type; +} my $dat=bibdata($biblionumber); my ($authorcount, $addauthor)= &addauthor($biblionumber); my ($webbiblioitemcount, @webbiblioitems) = &getwebbiblioitems($biblionumber); -- 2.39.5