]> 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)
committerMartin Renvoize <martin.renvoize@ptfs-europe.com>
Tue, 23 Jul 2024 15:04:06 +0000 (16:04 +0100)
commit0d5c224cc30a74a0b258bd3e929b82bbd3e2e088
treeee02bb84522af66d91c916b6a6f141102ee48eca
parente45a595996c69a980c47ea68102188ffea76c93f
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>
Koha/Item.pm
t/db_dependent/Koha/Item.t