[Koha-cvs] CVS: koha/opac opac-reserve.pl,1.1.2.8,1.1.2.9

Finlay Thompson finlayt at users.sourceforge.net
Mon Feb 3 20:35:14 CET 2003


Update of /cvsroot/koha/koha/opac
In directory sc8-pr-cvs1:/tmp/cvs-serv29437

Modified Files:
      Tag: rel-1-2
	opac-reserve.pl 
Log Message:

Fixed the Calculation of reserve charges in the case of reserveing any/all types.


Index: opac-reserve.pl
===================================================================
RCS file: /cvsroot/koha/koha/opac/opac-reserve.pl,v
retrieving revision 1.1.2.8
retrieving revision 1.1.2.9
diff -C2 -r1.1.2.8 -r1.1.2.9
*** opac-reserve.pl	28 Nov 2002 10:52:35 -0000	1.1.2.8
--- opac-reserve.pl	3 Feb 2003 19:35:12 -0000	1.1.2.9
***************
*** 159,163 ****
      } elsif ($query->param('all')) {
  	$template->param(all => 1);
! 	$fee = 1;
  	$proceed = 1;
      }
--- 159,163 ----
      } elsif ($query->param('all')) {
  	$template->param(all => 1);
! 	$fee = CalcReserveFee(undef,$borrowernumber,$biblionumber,'a',undef);
  	$proceed = 1;
      }





More information about the Koha-cvs mailing list