koha-cvs
[Top][All Lists]
Advanced

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

[Koha-cvs] CVS: koha/C4 Reserves2.pm,1.22,1.23


From: Andrew Arensburger
Subject: [Koha-cvs] CVS: koha/C4 Reserves2.pm,1.22,1.23
Date: Sat, 12 Oct 2002 00:32:08 -0700

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

Modified Files:
        Reserves2.pm 
Log Message:
Added some FIXME comments.


Index: Reserves2.pm
===================================================================
RCS file: /cvsroot/koha/koha/C4/Reserves2.pm,v
retrieving revision 1.22
retrieving revision 1.23
diff -C2 -r1.22 -r1.23
*** Reserves2.pm        9 Oct 2002 14:13:31 -0000       1.22
--- Reserves2.pm        12 Oct 2002 07:32:06 -0000      1.23
***************
*** 1,4 ****
! package C4::Reserves2; #assumes C4/Reserves2
! 
  
  # Copyright 2000-2002 Katipo Communications
--- 1,3 ----
! package C4::Reserves2;
  
  # Copyright 2000-2002 Katipo Communications
***************
*** 361,364 ****
--- 360,365 ----
  }
  
+ # FIXME - A somewhat different version of this function appears in
+ # C4::Reserves. Pick one and stick with it.
  sub CreateReserve {                                                           
    my
***************
*** 411,414 ****
--- 412,417 ----
  }             
  
+ # FIXME - A functionally identical version of this function appears in
+ # C4::Reserves. Pick one and stick with it.
  sub CalcReserveFee {
    my ($env,$borrnum,$biblionumber,$constraint,$bibitems) = @_;        




reply via email to

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