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.42,1.43


From: Andrew Arensburger
Subject: [Koha-cvs] CVS: koha/circ circulation.pl,1.42,1.43
Date: Sat, 05 Oct 2002 03:03:53 -0700

Update of /cvsroot/koha/koha/circ
In directory usw-pr-cvs1:/tmp/cvs-serv27220/circ

Modified Files:
        circulation.pl 
Log Message:
Merged with arensb-context branch: use C4::Context->dbh instead of
&C4Connect, and generally prefer C4::Context over C4::Database.


Index: circulation.pl
===================================================================
RCS file: /cvsroot/koha/koha/circ/circulation.pl,v
retrieving revision 1.42
retrieving revision 1.43
diff -C2 -r1.42 -r1.43
*** circulation.pl      28 Sep 2002 04:59:19 -0000      1.42
--- circulation.pl      5 Oct 2002 10:03:51 -0000       1.43
***************
*** 32,36 ****
  my $headerbackgroundcolor='#99cc33';
  my $circbackgroundcolor='#ffffcc';
! my $circbackgroundcolor='white';
  my $linecolor1='#ffffcc';
  my $linecolor2='white';
--- 32,36 ----
  my $headerbackgroundcolor='#99cc33';
  my $circbackgroundcolor='#ffffcc';
! my $circbackgroundcolor='white';      # FIXME - Duplicate
  my $linecolor1='#ffffcc';
  my $linecolor2='white';
***************
*** 644,648 ****
  
  
! 
  sub printslip {
      my ($env,$borrowernumber)address@hidden;
--- 644,648 ----
  
  
! # FIXME - This clashes with &C4::Print::printslip
  sub printslip {
      my ($env,$borrowernumber)address@hidden;




reply via email to

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