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.41,1.42


From: Andrew Arensburger
Subject: [Koha-cvs] CVS: koha/circ circulation.pl,1.41,1.42
Date: Fri, 27 Sep 2002 21:59:21 -0700

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'};




reply via email to

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