Skip to content

DEICH-5627 improve cleanup of completed ILL (fjernlån)

Petter Goksøyr Åsen requested to merge DEICH-5627 into master

Currently we only complete a Fjernlån ILL requests (= set stauts to DONE) if the status is O_RETURNED, meaning that the ordering library has notified us that they have returned the item.

With this patch, we also complete the request if the status is O_ITEMRECEIVED (ordering library has received the item we sent) or O_CANCELLED (ordering library or patron has cancelled the item)

Closes DEICH-5627

Merge request reports