[Koha-cvs] CVS: koha/circ circulation.pl,1.42,1.42.2.1

Andrew Arensburger arensb at users.sourceforge.net
Sat Oct 5 08:17:36 CEST 2002


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)=@_;
--- 644,648 ----
  
  
! # FIXME - This clashes with &C4::Print::printslip
  sub printslip {
      my ($env,$borrowernumber)=@_;





More information about the Koha-cvs mailing list