@@ -, +, @@ --- Koha/Schema/Result/Category.pm | 1 + 1 file changed, 1 insertion(+) --- a/Koha/Schema/Result/Category.pm +++ a/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 }, --