Bug 12363: Add a switch to mark|do not mark items as returned when lost
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Tue, 17 Oct 2017 13:55:09 +0000 (10:55 -0300)
committerJonathan Druart <jonathan.druart@bugs.koha-community.org>
Fri, 27 Oct 2017 16:57:14 +0000 (13:57 -0300)
commit58b6e957638418fea8d5a25e21da3530574db3e1
tree89f17c7a38458e3f518dd816324179e7fe365606
parent264432f701d47ae166258a0d412b9089a9e05efe
Bug 12363: Add a switch to mark|do not mark items as returned when lost

There are several ways to mark an item an lost:
- item list view (catalogue/moredetail.pl, "Items" tab)
- cataloguing (cataloguing/additem.pl)
- Batch item modification tools (tools/batchMod.pl)
- The long overdue cronjob (misc/cronjobs/longoverdue.pl)

So far only the cronjob is configurable, the others mark the item as
returned (does the checkin).

This behaviour should be controlable using a syspref, to let libraries
choose what fit best for them.

Test plan:
Use the 2 options of the pref, mark checked out items as lost using the
different possibilities, and confirm that the behaviours make sense to
you

Signed-off-by: Séverine QUEUNE <severine.queune@bulac.fr>
Signed-off-by: Séverine QUEUNE <severine.queune@bulac.fr>

Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
C4/Circulation.pm
catalogue/updateitem.pl
cataloguing/additem.pl
misc/cronjobs/longoverdue.pl
tools/batchMod.pl