Bug 22321: Fix store() crash when modifying borrowernumber of a new ILL request
authorLari Taskula <lari.taskula@hypernova.fi>
Tue, 22 Feb 2022 14:13:58 +0000 (14:13 +0000)
committerTomas Cohen Arazi <tomascohen@theke.io>
Mon, 24 Oct 2022 20:33:18 +0000 (17:33 -0300)
commit8ac3a5beec444c443cc9af65187f8dfbcfbe4f47
tree6b0baf1c9f4ce6b5fb46a2f39ef3c9a9691f43c1
parentc99c42d5d43593c8ad12f85f7662a63a2f00f629
Bug 22321: Fix store() crash when modifying borrowernumber of a new ILL request

To test:
1. prove t/db_dependent/Illrequests.t

Signed-off-by: Magnus Enger <magnus@libriotech.no>
Tried to change the borrowernumber connected to an ILL request
and checked that the associated hold was updated to the new
patron as well.

Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
Koha/Illrequest.pm