koha-cvs
[Top][All Lists]
Advanced

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

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


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

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

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


Index: Circulation.pm
===================================================================
RCS file: /cvsroot/koha/koha/C4/Circulation.pm,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** Circulation.pm      14 Aug 2002 18:12:51 -0000      1.3
--- Circulation.pm      1 Oct 2002 11:51:30 -0000       1.4
***************
*** 79,82 ****
--- 79,85 ----
  }
  
+ # Not exported.
+ # FIXME - This is not the same as &C4::Circulation::Main::pastitems,
+ # though the two appear to share some code.
  sub pastitems{
    #Get list of all items borrower has currently on issue
***************
*** 121,124 ****
--- 124,128 ----
  }
  
+ # FIXME - This is quite similar to &C4::Circulation::Main::previousissue
  sub previousissue {
    my ($env,$itemnum,$dbh,$bornum)address@hidden;
***************
*** 190,193 ****
--- 194,198 ----
  }
  
+ # FIXME - This is identical to &C4::Circulation/Main::scanbook
  sub scanbook {
    my ($env,$interface)address@hidden;
***************
*** 198,201 ****
--- 203,207 ----
  }
  
+ # FIXME - This is very similar to &C4::Circulation::Main::scanborrower
  sub scanborrower {
    my ($env,$interface)address@hidden;




reply via email to

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