Bug 33222 - Checkin message does not display when book is overdue and borrower has manual restriction
Summary: Checkin message does not display when book is overdue and borrower has manual...
Status: NEW
Alias: None
Product: Koha
Classification: Unclassified
Component: Circulation (show other bugs)
Version: 21.11
Hardware: All All
: P5 - low enhancement
Assignee: Bugs List
QA Contact: Testopia
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-03-14 10:52 UTC by Janet McGowan
Modified: 2025-03-20 07:25 UTC (History)
3 users (show)

See Also:
GIT URL:
Change sponsored?: ---
Patch complexity: Trivial patch
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:
Circulation function:


Attachments
Bug 33322: Refine click handler for suggestion batch operations (2.59 KB, patch)
2023-03-23 17:22 UTC, Owen Leonard
Details | Diff | Splinter Review

Note You need to log in before you can comment on or make changes to this bug.
Description Janet McGowan 2023-03-14 10:52:14 UTC
Overview:  When a borrower with a manual restriction returns an overdue item the returns.pl page displays the checked in items table showing the summary of returned items but there is no Check in message displayed indicating that the borrower has a restriction.
If the same restricted patron returns an item that is not overdue you see the Check in message indicating "Reminder: Patron has an indefinite restriction." (or Reminder: Patron was earlier restricted until 31/03/2023. - if the patron is restricted to a specific date).

Steps to Reproduce: 
User has 1 overdue item (I used special due date to set to date in the past) and 1 item that is not overdue.
Create a restriction on the patron record - e.g. indefinite restriction.
Return the item that is not overdue - Checkin message shows "Reminder: Patron has an indefinite restriction."
Return the item that is overdue - no Checkin message displays.

Expected results: the Checkin message showing that a patron is restricted should display when returning an overdue book.
Comment 1 Owen Leonard 2023-03-23 17:22:06 UTC Comment hidden (obsolete)