[Koha-bugs] [Bug 34886] Regression in when hold button appears

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Mar 22 11:48:48 CET 2024


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34886

--- Comment #45 from Marcel de Rooy <m.de.rooy at 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.


More information about the Koha-bugs mailing list