From 80a4896fd46ba8d8e17aac0da6fae7172d45c17d Mon Sep 17 00:00:00 2001 From: arensb Date: Sat, 28 Sep 2002 04:59:19 +0000 Subject: [PATCH] Added a wishlist FIXME comment. --- circ/circulation.pl | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/circ/circulation.pl b/circ/circulation.pl index 28466fa605..5ff7fa5feb 100755 --- a/circ/circulation.pl +++ b/circ/circulation.pl @@ -422,6 +422,10 @@ if ($borrower) { $book->{'dewey'} $book->{'subclass'} 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'}; my $datedue = $book->{'date_due'}; -- 2.39.5