koha-cvs
[Top][All Lists]
Advanced

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

[Koha-cvs] CVS: koha/C4 Catalogue.pm,1.22,1.23


From: Andrew Arensburger
Subject: [Koha-cvs] CVS: koha/C4 Catalogue.pm,1.22,1.23
Date: Tue, 01 Oct 2002 04:50:54 -0700

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

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


Index: Catalogue.pm
===================================================================
RCS file: /cvsroot/koha/koha/C4/Catalogue.pm,v
retrieving revision 1.22
retrieving revision 1.23
diff -C2 -r1.22 -r1.23
*** Catalogue.pm        23 Sep 2002 13:52:38 -0000      1.22
--- Catalogue.pm        1 Oct 2002 11:50:52 -0000       1.23
***************
*** 307,310 ****
--- 307,311 ----
  =cut
  #'
+ # FIXME - This function appears in C4::Acquisitions
  sub modorder {
    my 
($title,$ordnum,$quantity,$listprice,$bibnum,$basketno,$supplier,$who,$notes,$bookfund,$bibitemnum,$rrp,$ecost,$gst,$budget,$cost,$invoice)address@hidden;
***************
*** 885,889 ****
  }
  
! # FIXME - Never used
  sub updatecost{
    my($price,$rrp,$itemnum)address@hidden;
--- 886,891 ----
  }
  
! # FIXME - Identical to &C4::Acquisitions::updatecost. Neither one is
! # used
  sub updatecost{
    my($price,$rrp,$itemnum)address@hidden;




reply via email to

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