22 Mar
2024
22 Mar
'24
10:48 a.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34886 --- Comment #45 from Marcel de Rooy <m.de.rooy@rijksmuseum.nl> --- Now we remove it: -if( $can_item_be_reserved || CountItemsIssued($biblionumber) || $biblio->has_items_waiting_or_intransit ) { - $template->param( ReservableItems => 1 ); -} And actually replace it by $holdable_items for anonymous. This is just another guess. What makes it better than what we had ? -- You are receiving this mail because: You are watching all bug changes.