koha-cvs
[Top][All Lists]
Advanced

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

[Koha-cvs] CVS: koha detail.pl,1.11,1.12


From: Finlay Thompson
Subject: [Koha-cvs] CVS: koha detail.pl,1.11,1.12
Date: Sun, 18 Aug 2002 23:29:38 -0700

Update of /cvsroot/koha/koha
In directory usw-pr-cvs1:/tmp/cvs-serv30794

Modified Files:
        detail.pl 
Log Message:

fixed up the CheckReserves.pm routine so that it does not put Referece items 
into "waiting" status if there is a reserve. Also fixed a bug in detail.pl.


Index: detail.pl
===================================================================
RCS file: /cvsroot/koha/koha/detail.pl,v
retrieving revision 1.11
retrieving revision 1.12
diff -C2 -r1.11 -r1.12
*** detail.pl   19 Aug 2002 05:37:15 -0000      1.11
--- detail.pl   19 Aug 2002 06:29:36 -0000      1.12
***************
*** 60,63 ****
--- 60,64 ----
  }
  
+ 
  warn "Biblionumber: $biblionumber";
  warn "Norequests: $norequests"; 
***************
*** 70,73 ****
--- 71,75 ----
  
  $dat->{'count'address@hidden;
+ $dat->{'norequests'} = $norequests;
  
  $dat->{'additional'}=$addauthor->[0]->{'author'};
***************
*** 111,115 ****
  $template->param(BIBLIO_RESULTS => $resultsarray);
  $template->param(ITEM_RESULTS => $itemsarray);
- $template->param(norequests => $norequests);
  $template->param(WEB_RESULTS => $webarray);
  $template->param(SITE_RESULTS => $sitearray);
--- 113,116 ----




reply via email to

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