koha-cvs
[Top][All Lists]
Advanced

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

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


From: Andrew Arensburger
Subject: [Koha-cvs] CVS: koha/C4/Circulation Main.pm,1.3,1.4
Date: Tue, 01 Oct 2002 04:52:18 -0700

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)address@hidden;
***************
*** 275,278 ****
--- 278,282 ----
  }
  
+ # FIXME - This is identical to &C4::Circulation::scanbook
  sub scanbook {
    my ($env,$interface)address@hidden;
***************
*** 283,286 ****
--- 287,291 ----
  }
  
+ # FIXME - This is very similar to &C4::Circulation::scanborrower
  sub scanborrower {
    my ($env,$interface)address@hidden;




reply via email to

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