[Koha-bugs] [Bug 8461] Block returns of withdrawn items show as 'not checked out'

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Mar 1 19:11:08 CET 2024


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8461

Andrew Fuerste-Henry <andrewfh at dubcolib.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #161342|0                           |1
        is obsolete|                            |

--- Comment #9 from Andrew Fuerste-Henry <andrewfh at dubcolib.org> ---
Created attachment 162682
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=162682&action=edit
Bug 8461: Display information on whithdrawn item when checked in

This patch displays the due date and withdrawn information in the Checked-in
items table when 'ShowAllCheckins' is enabled. While the top message is clear,
if a staff member checks in two items, then refers to the table they would not
have all the information.

To test:
1 - Enable system preference 'ShowAllCheckins'
2 - Set system preference 'BlockReturnOfWithdrawnItems' to 'Block'
3 - Check out an item to a patron
4 - Mark the item as withdrawn
5 - Check the item in
6 - Note message at top says things like 'Cannot check in' 'Item has been
withdrawn'
7 - Note the Checked-in items table says 'Not checked out'
8 - Apply patch, restart all
9 - Check the item in again
10 - Note top message has not changed
11 - Note the table now say 'Item was not checked in' and displays the due date
and patron info
12 - Note the table also includes the withdrawn value for the item

Signed-off-by: Andrew Fuerste Henry <andrewfh at dubcolib.org>

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list