[Koha-cvs] CVS: koha/C4/Circulation Main.pm,1.3,1.4

Andrew Arensburger arensb at users.sourceforge.net
Tue Oct 1 13:52:18 CEST 2002


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

Modified Files:
	Main.pm 
Log Message:
Added some FIXME comments, mostly marking duplicate functions.


Index: Main.pm
===================================================================
RCS file: /cvsroot/koha/koha/C4/Circulation/Main.pm,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** Main.pm	14 Aug 2002 18:12:52 -0000	1.3
--- Main.pm	1 Oct 2002 11:52:16 -0000	1.4
***************
*** 126,129 ****
--- 126,131 ----
    }
  		      
+ # FIXME - This is not the same as &C4::Circulation::pastitems, though
+ # the two appear to share some code.
  sub pastitems{
    #Get list of all items borrower has currently on issue
***************
*** 162,165 ****
--- 164,168 ----
  }
  
+ # FIXME - This is quite similar to &C4::Circulation::previousissue
  sub previousissue {
    my ($env,$itemnum,$dbh,$bornum)=@_;
***************
*** 275,278 ****
--- 278,282 ----
  }
  
+ # FIXME - This is identical to &C4::Circulation::scanbook
  sub scanbook {
    my ($env,$interface)=@_;
***************
*** 283,286 ****
--- 287,291 ----
  }
  
+ # FIXME - This is very similar to &C4::Circulation::scanborrower
  sub scanborrower {
    my ($env,$interface)=@_;





More information about the Koha-cvs mailing list