[Koha-cvs] CVS: koha/circ circulation.pl,1.63,1.64

Chris Cormack rangi at users.sourceforge.net
Tue Nov 4 20:48:53 CET 2003


Update of /cvsroot/koha/koha/circ
In directory sc8-pr-cvs1:/tmp/cvs-serv4734/circ

Modified Files:
	circulation.pl 
Log Message:
Fix for bug 535, and adding the classification column to the variables
available to the template


Index: circulation.pl
===================================================================
RCS file: /cvsroot/koha/koha/circ/circulation.pl,v
retrieving revision 1.63
retrieving revision 1.64
diff -C2 -r1.63 -r1.64
*** circulation.pl	31 Oct 2003 21:02:16 -0000	1.63
--- circulation.pl	4 Nov 2003 19:48:50 -0000	1.64
***************
*** 237,240 ****
--- 237,243 ----
  		$book->{'dd'}=$dd;
  		$book->{'tcolor'}=$tcolor;
+ 	        if ($book->{'author'} eq ''){
+ 		    $book->{'author'}=' ';
+ 		}    
  		push @realtodayissues,$book;
  	}
***************
*** 260,264 ****
  	($pcolor eq $linecolor1) ? ($pcolor=$linecolor2) : ($pcolor=$linecolor1); 
  	$book->{'dd'}=$dd; 
! 	$book->{'tcolor'}=$pcolor; 
  	push @realprevissues,$book
     }
--- 263,270 ----
  	($pcolor eq $linecolor1) ? ($pcolor=$linecolor2) : ($pcolor=$linecolor1); 
  	$book->{'dd'}=$dd; 
! 	$book->{'tcolor'}=$pcolor;
! 	if ($book->{'author'} eq ''){
! 	    $book->{'author'}=' ';
! 	}    
  	push @realprevissues,$book
     }





More information about the Koha-cvs mailing list