]> git.koha-community.org Git - koha.git/commit
Bug 28762: Confirm return of not_for_loan in boolean context matches is_notforloan
authorMartin Renvoize <martin.renvoize@ptfs-europe.com>
Mon, 22 Jul 2024 15:09:30 +0000 (16:09 +0100)
committerLucas Gass <lucas@bywatersolutions.com>
Wed, 28 Aug 2024 20:20:33 +0000 (20:20 +0000)
commit656d39208b1737f8a89c2d06c51dec72f94ce27b
tree2c0890f23e5fd4a1845f63530ae273cda5f92b22
parenta38bac48141d44735ac06d76bbb579ade274bbd7
Bug 28762: Confirm return of not_for_loan in boolean context matches is_notforloan

This patch is simply here to prove that is_notforloan is just
not_for_loan but in a boolean context.. we'll remove it in the next
patch.

Signed-off-by: Nick Clemens <nick@bywatersolutions.com>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
(cherry picked from commit 0d5c224cc30a74a0b258bd3e929b82bbd3e2e088)
Signed-off-by: Lucas Gass <lucas@bywatersolutions.com>
Koha/Item.pm
t/db_dependent/Koha/Item.t