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

Chris Cormack rangi at users.sourceforge.net
Wed Jul 31 11:17:36 CEST 2002


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);





More information about the Koha-cvs mailing list