[Koha-cvs] CVS: koha/misc/cronjobs reservelist.pl,1.1,1.2

Paul POULAIN tipaul at users.sourceforge.net
Thu Sep 22 12:01:48 CEST 2005


Update of /cvsroot/koha/koha/misc/cronjobs
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6231/misc/cronjobs

Modified Files:
	reservelist.pl 
Log Message:
see mail on koha-devel : code cleaning on Search.pm + normalizing API + use of biblionumber everywhere (instead of bn, biblio, ...)

Index: reservelist.pl
===================================================================
RCS file: /cvsroot/koha/koha/misc/cronjobs/reservelist.pl,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** reservelist.pl	4 May 2005 14:01:45 -0000	1.1
--- reservelist.pl	22 Sep 2005 10:01:46 -0000	1.2
***************
*** 17,21 ****
  use strict;
  use C4::Context;
! use C4::Search;
  
  my ($biblionumber,$barcode,$holdingbranch,$pickbranch,$notes,$cardnumber,$lastname,$firstname,$phone,$title,$callno,$rdate,$borrno);
--- 17,21 ----
  use strict;
  use C4::Context;
! use C4::Biblio;
  
  my ($biblionumber,$barcode,$holdingbranch,$pickbranch,$notes,$cardnumber,$lastname,$firstname,$phone,$title,$callno,$rdate,$borrno);





More information about the Koha-cvs mailing list