@@ -, +, @@ in another patch --- Koha/Schema/Result/Category.pm | 4 ---- 1 file changed, 4 deletions(-) --- a/Koha/Schema/Result/Category.pm +++ a/Koha/Schema/Result/Category.pm @@ -374,10 +374,6 @@ __PACKAGE__->has_many( # Created by DBIx::Class::Schema::Loader v0.07049 @ 2022-06-23 16:29:27 # DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:SKWF2QpqQtXoujwurKFQhA -__PACKAGE__->add_columns( - '+canbeguarantee' => { is_boolean => 1 } -); - sub koha_object_class { 'Koha::Patron::Category'; } --