From 84c33b01b71f9f4c6d93b5641de719f5a0ae964f 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 c1c3e45a32..3bcf1235e4 100644 --- a/Koha/Schema/Result/Category.pm +++ b/Koha/Schema/Result/Category.pm @@ -368,10 +368,6 @@ __PACKAGE__->add_columns( '+exclude_from_local_holds_priority' => { is_boolean => 1 }, ); -__PACKAGE__->add_columns( - '+canbeguarantee' => { is_boolean => 1 } -); - sub koha_object_class { 'Koha::Patron::Category'; } -- 2.25.1