]> git.koha-community.org Git - koha.git/commit
Bug 28762: Replace is_notforloan with not_for_loan
authorMartin Renvoize <martin.renvoize@ptfs-europe.com>
Mon, 22 Jul 2024 15:14:08 +0000 (16:14 +0100)
committerLucas Gass <lucas@bywatersolutions.com>
Wed, 28 Aug 2024 20:20:33 +0000 (20:20 +0000)
commitf42b1a06e540db59c0ad66a5d3104941d1f93916
treee7c19f564166d9855bad782df7fbc255b82d38d0
parent656d39208b1737f8a89c2d06c51dec72f94ce27b
Bug 28762: Replace is_notforloan with not_for_loan

This patch replaces the use of is_notforloan with not_for_loan and
removes the older is_notforloan method and tests

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