koha-cvs
[Top][All Lists]
Advanced

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

[Koha-cvs] CVS: koha/html-template detail.pl,1.2,1.3


From: Chris Cormack
Subject: [Koha-cvs] CVS: koha/html-template detail.pl,1.2,1.3
Date: Wed, 31 Jul 2002 02:17:36 -0700

Update of /cvsroot/koha/koha/html-template
In directory usw-pr-cvs1:/tmp/cvs-serv2675/html-template

Modified Files:
        detail.pl 
Log Message:
fix to pass the catalog maintenance flag along


Index: detail.pl
===================================================================
RCS file: /cvsroot/koha/koha/html-template/detail.pl,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** detail.pl   21 May 2002 01:16:02 -0000      1.2
--- detail.pl   31 Jul 2002 09:17:34 -0000      1.3
***************
*** 32,39 ****
  
  my $biblionumber=$query->param('bib');
! my $type='intra';
  
  # change back when ive fixed request.pl
  my @items = ItemInfo(undef, $biblionumber, $type);
  my $dat=bibdata($biblionumber);
  my ($authorcount, $addauthor)= &addauthor($biblionumber);
--- 32,42 ----
  
  my $biblionumber=$query->param('bib');
! 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);




reply via email to

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