From d3fc3f9f4dae7ff9239dee0fac467d27b123f2c9 Mon Sep 17 00:00:00 2001 From: Shi Yao Wang Date: Wed, 1 Jun 2022 08:59:20 -0400 Subject: [PATCH] Bug 12446: Remove can_be_guarentee is_boolean to put it back in another patch --- Koha/Schema/Result/Category.pm | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Koha/Schema/Result/Category.pm b/Koha/Schema/Result/Category.pm index 1058bc2ac6..a83ebd68a2 100644 --- a/Koha/Schema/Result/Category.pm +++ b/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'; } -- 2.34.1