https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15534
--- Comment #20 from Jonathan Druart <[email protected]> --- Comment on attachment 49406 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=49406 Bug 15534 - Add the ability to prevent a patron from placing a hold on a record with available items Review of attachment 49406: --> (https://bugs.koha-community.org/bugzilla3/page.cgi?id=splinter.html&bug=15534&attachment=49406) ----------------------------------------------------------------- ::: t/db_dependent/Holds/DisallowHoldIfItemsAvailable.t @@ +12,5 @@ > +use t::lib::TestBuilder; > + > +BEGIN { > + use FindBin; > + use lib $FindBin::Bin; These 2 lines are not needed. -- 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/
