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

Andrew Arensburger arensb at users.sourceforge.net
Tue Oct 1 13:50:54 CEST 2002


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)=@_;
***************
*** 885,889 ****
  }
  
! # FIXME - Never used
  sub updatecost{
    my($price,$rrp,$itemnum)=@_;
--- 886,891 ----
  }
  
! # FIXME - Identical to &C4::Acquisitions::updatecost. Neither one is
! # used
  sub updatecost{
    my($price,$rrp,$itemnum)=@_;





More information about the Koha-cvs mailing list