Hello everyone, SIP allows you to manage item statuses, but it may be useful to add a list of statuses related to "notforloan" in order to specifically reject some of them.
Created attachment 153756 [details] [review] Bug 34326: Add forbidden notforloan status option Test plan: 1) Add on your sip account an option called "forbidden_notforloan_status" and specify values separated by commas like "1,4,6" related to your notforloan statuses. 2) Restart your SIP server after that 3) Launch your SIP command on checkin with some items with these statuses. See the normal output 4) Apply this patch 5) Do step 3 again and see the new output with forbidden status and lib related to
Hi Thibad, can you explain this a bit more? Is it to prevent checkin of certain items on the self check?
Hi Katrin, Sorry maybe I pushed it a little bit quickly :) It will add a special SIP option, to prevent the checkin of items if they have a special status. For example, if an item has the status "in treasury", we'd like to prevent it from being returned via SIP. So it's based on a customer case but I hope that you understand the way it would work
Hi, I'd like to test this patch but I only have access to sandboxes Do you confirm that, with this condition, I can't test ?
Added the no-sandbox keyword, as you can't normally test SIP2 changes using the sandboxes. Could you please provide some before and after examples for the SIP commands? For those of us not familiar with SIP2 commands, step-by-step instructions to walk through the commands are essential. More for QA, but I think your patch needs a description, as per the commit message guidelines https://wiki.koha-community.org/wiki/Commit_messages
(In reply to David Nind from comment #5) > Added the no-sandbox keyword, as you can't normally test SIP2 changes using > the sandboxes. ok, thanks !