koha-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Chris Cormack
Subject: [Koha-cvs] CVS: koha/circ circulation.pl,1.63,1.64
Date: Tue, 04 Nov 2003 11:48:53 -0800

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
     }




reply via email to

[Prev in Thread] Current Thread [Next in Thread]