[Koha-cvs] CVS: koha/C4/Circulation Main.pm,1.4.2.1,1.4.2.2

Andrew Arensburger arensb at users.sourceforge.net
Sat Oct 5 08:15:22 CEST 2002


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

Modified Files:
      Tag: arensb-context
	Main.pm 
Log Message:
Added a whole mess of FIXME comments.


Index: Main.pm
===================================================================
RCS file: /cvsroot/koha/koha/C4/Circulation/Main.pm,v
retrieving revision 1.4.2.1
retrieving revision 1.4.2.2
diff -C2 -r1.4.2.1 -r1.4.2.2
*** Main.pm	4 Oct 2002 02:28:01 -0000	1.4.2.1
--- Main.pm	5 Oct 2002 06:15:20 -0000	1.4.2.2
***************
*** 26,32 ****
--- 26,40 ----
  use C4::Context;
  use C4::Circulation::Issues;
+ 	# FIXME - C4::Circulation::Main and C4::Circulation::Issues
+ 	# use each other, so functions get redefined.
  use C4::Circulation::Returns;
+ 	# FIXME - C4::Circulation::Main and C4::Circulation::Returns
+ 	# use each other, so functions get redefined.
  use C4::Circulation::Renewals;
+ 	# FIXME - C4::Circulation::Main and C4::Circulation::Renewals
+ 	# use each other, so functions get redefined.
  use C4::Circulation::Borrower;
+ 	# FIXME - C4::Circulation::Main and C4::Circulation::Borrower
+ 	# use each other, so functions get redefined.
  use C4::Reserves;
  use C4::Search;





More information about the Koha-cvs mailing list