[Koha-cvs] CVS: koha/C4 Print.pm,1.16,1.17

Chris Cormack rangi at users.sourceforge.net
Sun Nov 28 09:32:38 CET 2004


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

Modified Files:
	Print.pm 
Log Message:
Fix for bug 865
Allows a librarian to tell Koha you want to start issuing to a new borrower
by entering no data. Essentiall by just hitting the enter  key


Index: Print.pm
===================================================================
RCS file: /cvsroot/koha/koha/C4/Print.pm,v
retrieving revision 1.16
retrieving revision 1.17
diff -C2 -r1.16 -r1.17
*** Print.pm	3 May 2004 09:26:12 -0000	1.16
--- Print.pm	28 Nov 2004 08:32:36 -0000	1.17
***************
*** 24,28 ****
  
  use C4::Context;
! 
  
  use vars qw($VERSION @ISA @EXPORT);
--- 24,28 ----
  
  use C4::Context;
! use C4::Circulation::Circ2;
  
  use vars qw($VERSION @ISA @EXPORT);





More information about the Koha-cvs mailing list