]> git.koha-community.org Git - koha.git/commit
Bug 30630: Prevent crash on check-in if HoldsAutoFill is ON
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Thu, 28 Apr 2022 07:43:06 +0000 (09:43 +0200)
committerVictor Grousset/tuxayo <victor@tuxayo.net>
Wed, 22 Jun 2022 23:31:59 +0000 (01:31 +0200)
commiteeefd05eaaeedbac50b46124d0c4335c27d80fa0
tree6933769c164031b93de9eaaa4bebe905870c28af
parent7b554a0854a4dac673fd91be152fe666d905ec56
Bug 30630: Prevent crash on check-in if HoldsAutoFill is ON

RevertWaitingStatus has already removed the itemnumber from the hold, passing $itemnumber (from scanned item) should work, as it will reattach the hold to the item

Test plan:
1 - Enable HoldsAutoFill
2 - Place a title level hold
3 - Check in an item and confirm hold
4 - Switch to another branch
5 - Checkin the item
Without this patch you got
Can't call method "biblionumber" on an undefined value at /kohadevbox/koha/C4/Reserves.pm line 1577.
 at /kohadevbox/koha/C4/Reserves.pm line 1576
With this patch applied the operation succeeds

Signed-off-by: David Nind <david@davidnind.com>
Signed-off-by: Nick Clemens <nick@bywatersolutions.com>
Signed-off-by: Fridolin Somers <fridolin.somers@biblibre.com>
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
(cherry picked from commit 73a2e3558944effbdb4a19e6c8a331679d41fcf8)
Signed-off-by: Victor Grousset/tuxayo <victor@tuxayo.net>
circ/returns.pl