http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13517
--- Comment #6 from Jonathan Druart <[email protected]> --- 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. _______________________________________________ Koha-bugs mailing list [email protected] http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
