]> git.koha-community.org Git - koha.git/commit
Bug 29553: Fix crash on undefined notforloan value
authorMarcel de Rooy <m.de.rooy@rijksmuseum.nl>
Mon, 22 Nov 2021 10:53:07 +0000 (10:53 +0000)
committerAndrew Fuerste-Henry <andrew@bywatersolutions.com>
Fri, 21 Jan 2022 17:37:20 +0000 (17:37 +0000)
commitddc7f0bd1f6eddc2adf684e89cf45d2dce64b765
tree94005b838213cd8bc406766b3775006032c26067
parent9c63acbe0a585a8cbb354c4b88ee4056f194fcf5
Bug 29553: Fix crash on undefined notforloan value

Test plan:
Set item level itypes to biblioitems.
Find a record with itemtype NULL, having an item.
Place a hold. Without this patch, it crashes.

Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl>
Signed-off-by: ThibaudGLT <thibaud.guillot@biblibre.com>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
Signed-off-by: Fridolin Somers <fridolin.somers@biblibre.com>
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
(cherry picked from commit 2eec30eb644bbc6a1851b5264a68c84ee177602e)

Signed-off-by: Andrew Fuerste-Henry <andrew@bywatersolutions.com>
C4/Reserves.pm