2 Sep
2024
2 Sep
'24
12:11 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34440 --- Comment #90 from Jonathan Druart <jonathan.druart@gmail.com> --- If I comment, in t/db_dependent/selenium/opac_holds.t: reset_data() that is after detail_page_hold_button_absent('Authenticated - onshelfholds If all unavailable'); Then cleanup_data();, I can see the problem on the UI It seems that opac/opac-detail.pl 701 $can_holds_be_placed = 702 $can_holds_be_placed || $patron && IsAvailableForItemLevelRequest( $item, $patron, undef ); This is 1 when it should be 0. IF I go to admin/smart-rules.pl, edit and save (ie. set default to circ rules), the test will pass! -- You are receiving this mail because: You are watching all bug changes.