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

--- Comment #4 from David Cook <[email protected]> ---
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.
_______________________________________________
Koha-bugs mailing list
[email protected]
https://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/

Reply via email to