[Koha-cvs] CVS: koha delbiblio.pl,1.5,1.6

Andrew Arensburger arensb at users.sourceforge.net
Wed Oct 16 14:34:08 CEST 2002


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

Modified Files:
	delbiblio.pl 
Log Message:
Removed reference to nonexistent C4::Acquisitions.
Added FIXME comment.


Index: delbiblio.pl
===================================================================
RCS file: /cvsroot/koha/koha/delbiblio.pl,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -r1.5 -r1.6
*** delbiblio.pl	14 Aug 2002 18:12:51 -0000	1.5
--- delbiblio.pl	16 Oct 2002 12:34:06 -0000	1.6
***************
*** 28,32 ****
  use CGI;
  use C4::Output;
! use C4::Acquisitions;
  use C4::Biblio;
  
--- 28,32 ----
  use CGI;
  use C4::Output;
! #use C4::Acquisitions;		# FIXME - Doesn't exist anymore
  use C4::Biblio;
  
***************
*** 38,41 ****
--- 38,43 ----
  #print $input->header;
  #check no items attached
+ # FIXME - C4::Acquisitions no longer exists. Should this be
+ # &C4::Search::itemcount, or &C4::Biblio::itemcount?
  my $count=C4::Acquisitions::itemcount($biblio);
  





More information about the Koha-cvs mailing list