[Koha-bugs] [Bug 8484] Add ability to choose if lost items are removed from a borrowers record.

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Apr 23 17:38:53 CEST 2013


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8484

Kyle M Hall <kyle at bywatersolutions.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #15147|0                           |1
        is obsolete|                            |
  Attachment #15170|0                           |1
        is obsolete|                            |

--- Comment #14 from Kyle M Hall <kyle at bywatersolutions.com> ---
Created attachment 17619
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=17619&action=edit
Bug 8484 - Add ability to choose of lost items are removed from a borrowers
record.

Adds the system preference ReturnLostItems to control whether setting
an item as lost will remove the item from the borrower's record.

Note, this system preference does not affect misc/cronjobs/longoverdue.pl
which has its own command line switch to choose this behavior.

Test plan: Apply the patch and let the database update run. Test the
process of marking something lost with the ReturnLostItems preference in
the default "on" state:

- Find an item which is checked out and mark it lost from moredetail.pl
- Find an item which is checked out and mark it lost using the batch
  item modification tool

In both cases the item should be removed from the patron's account
(checked in) and a fine applied.

Next test with the ReturnLostItems preference turned off. The same
procedure should result in the item being checked in but the fine
applied.

Signed-off-by: Owen Leonard <oleonard at myacpl.org>

Passes the test plan which I made up.

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


More information about the Koha-bugs mailing list