[Koha-cvs] CVS: koha/circ circulation.pl,1.59,1.60

Chris Cormack rangi at users.sourceforge.net
Thu Jul 24 10:33:38 CEST 2003


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

Modified Files:
	circulation.pl 
Log Message:
fix for bug 535



Index: circulation.pl
===================================================================
RCS file: /cvsroot/koha/koha/circ/circulation.pl,v
retrieving revision 1.59
retrieving revision 1.60
diff -C2 -r1.59 -r1.60
*** circulation.pl	10 Jul 2003 09:39:12 -0000	1.59
--- circulation.pl	24 Jul 2003 08:33:35 -0000	1.60
***************
*** 219,222 ****
--- 219,223 ----
  	    push @previousissues, $issueslist->{$it};
  	}
+     }
  	my $tcolor = '';
  	my $pcolor = '';
***************
*** 234,239 ****
  		push @realtodayissues,$book;
  	}
  
- }
      # FIXME - For small and private libraries, it'd be nice if this
      # table included a "Return" link next to each book, so that you
--- 235,240 ----
  		push @realtodayissues,$book;
  	}
+     
  
      # FIXME - For small and private libraries, it'd be nice if this
      # table included a "Return" link next to each book, so that you
***************
*** 259,275 ****
     }
  }
- # actually print the page!
- #if ($branchcookie && $printercookie) {
- #    print $query->header(-type=>'text/html',-expires=>'now', -cookie=>[$branchcookie,$printercookie,$sessioncookie]);
- #} else {
- #    print $query->header(-cookie=>[$sessioncookie]);
- #}
- 
- #if ($query->param('barcode') eq '' && $query->param('charges') eq 'yes'){
- #    my $count=@inp;
- #     for (my $i=0;$i<$count;$i++){
- #	 $inp[$i]=~ s/onLoad=focusinput\(\)/onLoad=focusinput\(\)\;messenger\(\"\/cgi-bin\/koha\/pay.pl?bornum=$bornum\",700,600\)\;window1.focus\(\)/;
- #     }
- #}
  
  my @values;
--- 260,263 ----





More information about the Koha-cvs mailing list