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

Andrew Arensburger arensb at users.sourceforge.net
Sat Sep 28 06:58:34 CEST 2002


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

Modified Files:
	Stock.pm 
Log Message:
Added some FIXME comments.


Index: Stock.pm
===================================================================
RCS file: /cvsroot/koha/koha/C4/Stock.pm,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** Stock.pm	14 Aug 2002 18:12:52 -0000	1.3
--- Stock.pm	28 Sep 2002 04:58:32 -0000	1.4
***************
*** 31,34 ****
--- 31,37 ----
  @EXPORT = qw(&stockreport);
  
+ # FIXME - This function is only used in reports.pl, which in turn is
+ # never used. This function (and therefore this module) is probably
+ # obsolete.
  sub stockreport {
    my $dbh=C4Connect;





More information about the Koha-cvs mailing list