http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13517 --- Comment #6 from Jonathan Druart <jonathan.druart@biblibre.com> --- Comment on attachment 35834 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=35834 Bug 13517 - Show waiting date on reserve/request.pl Review of attachment 35834: --> (http://bugs.koha-community.org/bugzilla3/page.cgi?id=splinter.html&bug=13517&attachment=35834) ----------------------------------------------------------------- ::: C4/Reserves.pm @@ +303,4 @@
# Find the desired items in the reserves my @params; my $query = " + SELECT * FROM reserves WHERE biblionumber = ? ";
Please keep the field list. -- You are receiving this mail because: You are watching all bug changes.