[Koha-bugs] [Bug 33933] Use restrictions appear twice for items on OPAC

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Jun 8 03:33:25 CEST 2023


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

--- Comment #4 from David Cook <dcook at prosentient.com.au> ---
Then again... if we look at C4::Circulation::CanBookBeIssued, we can see the
following:

    if (   $item_object->restricted
        && $item_object->restricted == 1 )
    {
        $issuingimpossible{RESTRICTED} = 1;
    }

So if you can't check it out, it probably shouldn't say "Available"...

Item status drives me a little crazy...

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list