Bug 32714

Summary: Checked out items with recalls do not indicate that in OPAC summary
Product: Koha Reporter: hebah
Component: OPACAssignee: Owen Leonard <oleonard>
Status: NEW --- QA Contact: Testopia <testopia>
Severity: enhancement    
Priority: P5 - low CC: ephetteplace, lucas
Version: 22.05   
Hardware: All   
OS: All   
Change sponsored?: --- Patch complexity: ---
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:
Circulation function:
Attachments: example

Description hebah 2023-01-24 17:09:55 UTC
Currently, Koha will notify a patron that an item they have checked out has been recalled with the new due date, but that does not display anywhere else in their OPAC details. The only patron to have information about pending recalls is the person who initiated the request.
Comment 1 Lucas Gass (lukeg) 2023-01-25 01:25:25 UTC
The OPAC Summary ( opac-user.pl ) does include a line which reads "This item has been recalled. Please return by the new due date." in the user's checkout table.
Comment 2 Lucas Gass (lukeg) 2023-01-25 01:25:51 UTC
Created attachment 145642 [details]
example
Comment 3 hebah 2023-01-25 14:11:39 UTC
(In reply to Lucas Gass from comment #2)
> Created attachment 145642 [details]
> example

Ah. The message seems to appear for item-level recalls (confirmed and saw same messaging), but not bib/first-available. First available seems to make the closer due date appended, but even though the recall has changed its due date, no indication that it was recalled appears in OPAC for the person who has that item. Combined with bug 32715 (recalls not blocking renewal), it's confusing.