From 329fcc37fd2d01bc9b5d24d01879f74223eed8c7 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 Signed-off-by: Katrin Fischer --- 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 22880fdb43..c4058b9dbc 100644 --- a/Koha/Schema/Result/Itemtype.pm +++ b/Koha/Schema/Result/Itemtype.pm @@ -343,6 +343,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.39.5