From 43d5acbcdb559abc741b54828e19266e3e23dc96 Mon Sep 17 00:00:00 2001 From: Thibaud Guillot Date: Fri, 27 Sep 2024 15:04:48 +0000 Subject: [PATCH] Bug 35906: (QA follow-up) Add bookable option for API Signed-off-by: Paul Derscheid --- Koha/Schema/Result/Itemtype.pm | 1 + 1 file changed, 1 insertion(+) diff --git a/Koha/Schema/Result/Itemtype.pm b/Koha/Schema/Result/Itemtype.pm index 358f35ac2d..7c027bc77d 100644 --- a/Koha/Schema/Result/Itemtype.pm +++ b/Koha/Schema/Result/Itemtype.pm @@ -353,6 +353,7 @@ __PACKAGE__->add_columns( '+notforloan' => { is_boolean => 1 }, '+rentalcharge_daily_calendar' => { is_boolean => 1 }, '+rentalcharge_hourly_calendar' => { is_boolean => 1 }, + '+bookable' => { integer => 1 }, ); # Use the ItemtypeLocalization view to create the join on localization -- 2.47.0