[Koha-cvs] CVS: koha/koha-curses circ.pl,1.5,1.6

Paul POULAIN tipaul at users.sourceforge.net
Thu Sep 22 17:31:07 CEST 2005


Update of /cvsroot/koha/koha/koha-curses
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10636/koha-curses

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

Index: circ.pl
===================================================================
RCS file: /cvsroot/koha/koha/koha-curses/circ.pl,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -r1.5 -r1.6
*** circ.pl	15 May 2005 05:56:05 -0000	1.5
--- circ.pl	22 Sep 2005 15:31:05 -0000	1.6
***************
*** 24,28 ****
  use Curses::UI;
  use C4::Circulation::Circ2;
! use C4::Search;
  use C4::Print;
  use C4::Context;
--- 24,28 ----
  use Curses::UI;
  use C4::Circulation::Circ2;
! use C4::Members;
  use C4::Print;
  use C4::Context;





More information about the Koha-cvs mailing list