koha-cvs
[Top][All Lists]
Advanced

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

[Koha-cvs] CVS: koha/opac opac-reserve.pl,1.7,1.8


From: Ambrose Li
Subject: [Koha-cvs] CVS: koha/opac opac-reserve.pl,1.7,1.8
Date: Wed, 05 Feb 2003 23:40:15 -0800

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

Modified Files:
        opac-reserve.pl 
Log Message:
Removed check for IS (bug 202)


Index: opac-reserve.pl
===================================================================
RCS file: /cvsroot/koha/koha/opac/opac-reserve.pl,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -r1.7 -r1.8
*** opac-reserve.pl     5 Feb 2003 08:30:27 -0000       1.7
--- opac-reserve.pl     6 Feb 2003 07:40:12 -0000       1.8
***************
*** 67,71 ****
  my @branches;
  foreach my $br (keys %$branches) {
!     (next) unless $branches->{$br}->{'IS'};
      my $selected = "";
      if ($br eq $branch) {
--- 67,71 ----
  my @branches;
  foreach my $br (keys %$branches) {
!     #(next) unless $branches->{$br}->{'IS'}; # FIXME disabled to fix bug 202
      my $selected = "";
      if ($br eq $branch) {
***************
*** 95,98 ****
--- 95,99 ----
      push @duedates, {date_due => slashifyDate($itm->{'date_due'})} if defined 
$itm->{'date_due'};
      $itm->{$itm->{'publictype'}} = 1;
+     # FIXME CalcReserveFee is supposed to be internal-use-only
      my $fee  = CalcReserveFee(undef, $borrowernumber, 
$itm->{'biblionumber'},'a',($itm->{'biblioitemnumber'}));
      $fee = sprintf "%.02f", $fee;




reply via email to

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