Bug 28271: Add the ability to set a new lost status when a claim is resolved
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Fri, 30 Apr 2021 13:13:26 +0000 (15:13 +0200)
committerJonathan Druart <jonathan.druart@bugs.koha-community.org>
Mon, 21 Jun 2021 08:50:09 +0000 (10:50 +0200)
commit58db137c0aeda1f0a1d5f1972f1f415c31be62ed
tree53dcb466e85892795d2cce44b19ca07a08287c5f
parentf7f8b771c665f646330a21759b1fc8501033d675
Bug 28271: Add the ability to set a new lost status when a claim is resolved

When a claim is resolved the librarian should be able to edit the lost
status of the item.

It is also letting a way out when BlockReturnOfLostItems is set (the
lost status is stuck on ClaimReturnedLostValue as we remove the
option to edit itemlost on the item edit form).

Signed-off-by: Andrew Fuerste-Henry <andrew@bywatersolutions.com>
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
Koha/REST/V1/ReturnClaims.pm
koha-tmpl/intranet-tmpl/prog/en/includes/checkouts-table.inc
koha-tmpl/intranet-tmpl/prog/js/checkouts.js
t/db_dependent/api/v1/return_claims.t