From 35c49d02cff1defa37b400d72b8ea9fb7402a2a5 Mon Sep 17 00:00:00 2001 From: Pedro Amorim Date: Sat, 25 Mar 2023 18:19:55 +0000 Subject: [PATCH] Bug 18203: (QA follow-up) * Add boolean flag in Category.pm --- Koha/Schema/Result/Category.pm | 1 + 1 file changed, 1 insertion(+) diff --git a/Koha/Schema/Result/Category.pm b/Koha/Schema/Result/Category.pm index d6281bf36a..d5acef97e7 100644 --- a/Koha/Schema/Result/Category.pm +++ b/Koha/Schema/Result/Category.pm @@ -389,6 +389,7 @@ sub koha_objects_class { } __PACKAGE__->add_columns( + '+canplaceill' => { is_boolean => 1 }, '+can_be_guarantee' => { is_boolean => 1 }, '+exclude_from_local_holds_priority' => { is_boolean => 1 }, '+require_strong_password' => { is_boolean => 1 }, -- 2.30.2