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

Jonathan Druart <[email protected]> changed:

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

--- Comment #20 from Jonathan Druart <[email protected]> ---
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 <[email protected]>

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.
_______________________________________________
Koha-bugs mailing list
[email protected]
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to