Bug 28225

Summary: Check in an overdue item marked Claims Returned generate additional suspension
Product: Koha Reporter: pierre.genty
Component: CirculationAssignee: Bugs List <koha-bugs>
Status: NEW --- QA Contact: Testopia <testopia>
Severity: minor    
Priority: P5 - low CC: gmcharlt, kyle.m.hall
Version: unspecified   
Hardware: All   
OS: All   
GIT URL: Change sponsored?: ---
Patch complexity: --- Documentation contact:
Documentation submission: Text to go in the release notes:
Version(s) released in:
Circulation function:

Description pierre.genty 2021-04-26 13:25:16 UTC
1. BlockReturnOfLostItems on "Block"
2. Patron with an overdue item and a suspension (generate with Tools> Overdue notices status trigger) : Restriction tab, Type overdues, Comment "Restriction added by overdues process..."
3. Mark the item as Claims return.
4. Check in the item -> warning message saying "Item is lost, cannot be checked in." This is OK
5. On the Restriction tab, there is an additional line with type "Suspension". 

This is confusing because : 
1. As the checkin is not permitted it should not generate any suspension.
2. The suspension makes you think the item is checked in.
Comment 1 Jonathan Druart 2021-04-30 08:00:41 UTC
*** Bug 28227 has been marked as a duplicate of this bug. ***
Comment 2 Jonathan Druart 2021-04-30 08:09:31 UTC
(In reply to pierre.genty from comment #0)
> 5. On the Restriction tab, there is an additional line with type
> "Suspension". 

I don't recreate that, there is still only 1 "Overdues" restriction at this point.

Did you try on master? Can you provide us more details?