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

Finlay Thompson finlayt at users.sourceforge.net
Mon Aug 19 08:29:38 CEST 2002


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'}=@items;
+ $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 ----





More information about the Koha-cvs mailing list