[Koha-cvs] CVS: koha/C4/Circulation Borrower.pm,1.2.2.1,1.2.2.2

Andrew Arensburger arensb at users.sourceforge.net
Sat Oct 5 08:14:36 CEST 2002


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

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


Index: Borrower.pm
===================================================================
RCS file: /cvsroot/koha/koha/C4/Circulation/Borrower.pm,v
retrieving revision 1.2.2.1
retrieving revision 1.2.2.2
diff -C2 -r1.2.2.1 -r1.2.2.2
*** Borrower.pm	4 Oct 2002 02:27:11 -0000	1.2.2.1
--- Borrower.pm	5 Oct 2002 06:14:34 -0000	1.2.2.2
***************
*** 30,34 ****
--- 30,38 ----
  use C4::Interface::FlagsCDK;
  use C4::Circulation::Main;
+ 	# FIXME - C4::Circulation::Main and C4::Circulation::Borrower
+ 	# use each other, so functions get redefined.
  use C4::Circulation::Issues;
+ 	# FIXME - C4::Circulation::Issues and C4::Circulation::Borrower
+ 	# use each other, so functions get redefined.
  use C4::Circulation::Renewals;
  use C4::Scan;
***************
*** 218,221 ****
--- 222,226 ----
      my ($nowaiting,$itemswaiting) = &C4::Circulation::Main::checkwaiting($env,$dbh,$bornum);
      if ($nowaiting > 0) { push (@traps_set,"WAITING"); } 
+     # FIXME - This should be $traps_set[0], right?
      if (@traps_set[0] ne "" ) {
        ($issuesallowed,$traps_done,$amount,$odues) = 





More information about the Koha-cvs mailing list