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