From bcac0b8e8b1ab5930940e3af0fe818ec2f514300 Mon Sep 17 00:00:00 2001 From: Thibaud Guillot Date: Wed, 10 Apr 2024 10:15:55 +0200 Subject: [PATCH] Bug 35906: (follow-up) fix missing bracket after rebase --- Koha/Item.pm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Koha/Item.pm b/Koha/Item.pm index c06fcdfb077..26bd6346e1c 100644 --- a/Koha/Item.pm +++ b/Koha/Item.pm @@ -1830,6 +1830,8 @@ that this complicates filtering, but some query trickery could do it in the cont sub item_type { return shift->itemtype; +} + =head3 effective_bookable my $bookable = $item->effective_bookable; -- 2.30.2