[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
Fri Sep 13 14:39:37 CEST 2013


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

Jonathan Druart <jonathan.druart at biblibre.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #20702|0                           |1
        is obsolete|                            |
  Attachment #20703|0                           |1
        is obsolete|                            |

--- Comment #20 from Jonathan Druart <jonathan.druart at biblibre.com> ---
Created attachment 21083
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=21083&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.

Important note: this system preference affects
misc/cronjobs/longoverdue.pl!

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.

Bug 8484 - Add ability to choose if lost items are removed from a borrowers
record. - Followup

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


More information about the Koha-bugs mailing list