Koha/koha-tmpl/intranet-tmpl/prog/en/modules/circ
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
..
article-requests.tt
bookcount.tt
branchoverdues.tt
branchtransfers.tt Bug 19374: CircSidebar overlapping transferred items table 2017-10-06 11:36:49 -03:00
circulation-home.tt
circulation.tt Bug 19371: Changed table column text to 'Cancel?' on the patron circulation page 2017-10-09 16:11:23 -03:00
circulation_batch_checkouts.tt Bug 18276: Remove GetBiblioFromItemNumber - circulation pages 2017-07-10 12:09:24 -03:00
offline-mf.tt
offline.tt
on-site_checkouts.tt
overdue.tt Bug 19438: Fix sorting by date due in overdues.pl 2017-10-13 13:58:04 -03:00
pendingreserves.tt Bug 18641 - Translatability: Get rid of template directives in translations for *reserves.tt files 2017-06-09 10:03:55 -03:00
printslip.tt
renew.tt Bug 18449: Rename misleading button when renewing 2017-10-09 16:11:23 -03:00
request-article.tt
reserveratios.tt
returns.tt Bug 10748: Add the ability to block return of lost items 2017-11-08 11:07:09 -03:00
selectbranchprinter.tt
transfer-slip.tt
transferstoreceive.tt
view_holdsqueue.tt Bug 18881: [QA Follow-up] Remove even more 2017-07-06 14:29:04 -03:00
waitingreserves.tt Bug 18641 - Translatability: Get rid of template directives in translations for *reserves.tt files 2017-06-09 10:03:55 -03:00