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

Andrew Arensburger arensb at users.sourceforge.net
Sat Sep 28 06:59:21 CEST 2002


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

Modified Files:
	circulation.pl 
Log Message:
Added a wishlist FIXME comment.


Index: circulation.pl
===================================================================
RCS file: /cvsroot/koha/koha/circ/circulation.pl,v
retrieving revision 1.41
retrieving revision 1.42
diff -C2 -r1.41 -r1.42
*** circulation.pl	14 Sep 2002 00:57:27 -0000	1.41
--- circulation.pl	28 Sep 2002 04:59:19 -0000	1.42
***************
*** 423,426 ****
--- 423,430 ----
  EOF
      } 
+     # FIXME - For small and private libraries, it'd be nice if this
+     # table included a "Return" link next to each book, so that you
+     # don't have to remember the book's bar code and type it in on the
+     # "Returns" page.
      foreach my $book (sort {$a->{'date_due'} cmp $b->{'date_due'}} @previousissues){
  	my $dd = $book->{'date_due'};





More information about the Koha-cvs mailing list