Koha/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences
Jonathan Druart 529793d4ae Bug 10748: Add the ability to block return of lost items
Mimicking what does BlockReturnOfWithdrawnItems we can easily add a new
syspref to block return of lost items.
This patch adds BlockReturnOfLostItems, if set to 'Block' a item marked
as lost cannot be checked in.

Test plan:
1/ Set BlockReturnOfLostItems to 'Do not block'
2/ Check an item out to a patron
3/ Edit the item and mark it as lost (*)
4/ Check the item in
=> The item is checked in
5/ Edit the item and remove the lost status
6/ Check the item out again
7/ Edit the item and mark it as lost (*)
8/ Check the item in
=> The item is not checked in

(*) There are 2 ways to mark an item lost:
- From the item list view (/catalogue/moredetail.pl?biblionumber=42)
If you set the lost status from this form, the issue will be returned
Maybe this should be optional (?)

- From the edit items form (/cataloguing/additem.pl?biblionumber=42)
It is the form you must use to not mark the issue returned.

Sponsored-by: BULAC - http://www.bulac.fr/

Signed-off-by: Dominic Pichette <dominic@inlibro.com>

Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl>

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
2017-11-08 11:07:09 -03:00
..
acquisitions.pref Bug 15685: Allow creation of items (AcqCreateItem) to be customizable per-basket 2017-10-11 13:06:06 -03:00
admin.pref Bug 16892: Add automatic patron registration via OAuth2 login 2017-08-25 10:51:25 -03:00
authorities.pref Bug 18554: Adjust a few typos including responsability 2017-05-09 21:03:22 +00:00
cataloguing.pref Bug 13912: (QA followup) Make it explicit that syspref applies to MARC21 2017-09-29 16:49:49 -03:00
circulation.pref Bug 10748: Add the ability to block return of lost items 2017-11-08 11:07:09 -03:00
enhanced_content.pref bug_16034 Adding a new syspref - OverDriveCirculation 2017-02-21 19:58:21 +00:00
i18n_l10n.pref Bug 17762: Add the new TranslateNotices syspref 2017-05-09 20:56:40 +00:00
labs.pref
local_use.pref
logs.pref Bug 17708: Added a logaction function in Addrenewal in order to send renew logs 2017-03-31 12:36:16 +00:00
opac.pref Bug 2093: Add OPAC Summary for logged-in users 2017-10-27 14:09:04 -03:00
patrons.pref Bug 14919: (follow-up) Fixing some typos and adding to pref description 2017-10-27 16:05:02 -03:00
searching.pref Added a new syspref to Load history to the next user 2017-03-22 19:01:28 +00:00
serials.pref
staff_client.pref Bug 16401: System preference staffClientBaseURL hardcoded to 'http://' 2017-10-11 13:05:35 -03:00
tools.pref Bug 17465: NumSavedReports syspref 2017-05-09 21:17:53 +00:00
web_services.pref