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

Andrew Arensburger arensb at users.sourceforge.net
Sat Oct 12 09:32:08 CEST 2002


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) = @_;        





More information about the Koha-cvs mailing list