[Koha-cvs] CVS: koha/circ circulation.pl,1.77,1.78

Paul POULAIN tipaul at users.sourceforge.net
Thu Nov 18 11:32:42 CET 2004


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

Modified Files:
	circulation.pl 
Log Message:
fix for bug 858 (no warning when issuing a reserved book)

Index: circulation.pl
===================================================================
RCS file: /cvsroot/koha/koha/circ/circulation.pl,v
retrieving revision 1.77
retrieving revision 1.78
diff -C2 -r1.77 -r1.78
*** circulation.pl	3 Nov 2004 22:40:14 -0000	1.77
--- circulation.pl	18 Nov 2004 10:32:39 -0000	1.78
***************
*** 320,324 ****
      my $color='';
      foreach $flag (sort keys %$flags) {
-     	warn $flag;
  #    	my @itemswaiting='';
  	$flags->{$flag}->{'message'}=~s/\n/<br>/g;
--- 320,323 ----





More information about the Koha-cvs mailing list