8 Jun
2023
8 Jun
'23
7:03 a.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33933 --- Comment #4 from David Cook <dcook@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.