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.42.2.1


From: Andrew Arensburger
Subject: [Koha-cvs] CVS: koha/circ circulation.pl,1.42,1.42.2.1
Date: Fri, 04 Oct 2002 23:17:36 -0700

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

Modified Files:
      Tag: arensb-context
        circulation.pl 
Log Message:
Added a whole mess of FIXME comments.


Index: circulation.pl
===================================================================
RCS file: /cvsroot/koha/koha/circ/circulation.pl,v
retrieving revision 1.42
retrieving revision 1.42.2.1
diff -C2 -r1.42 -r1.42.2.1
*** circulation.pl      28 Sep 2002 04:59:19 -0000      1.42
--- circulation.pl      5 Oct 2002 06:17:34 -0000       1.42.2.1
***************
*** 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]