From dcff4dbf53e00a26dfc01d2c7fd4560281429547 Mon Sep 17 00:00:00 2001 From: Joy Nelson Date: Tue, 19 May 2020 23:46:32 +0000 Subject: [PATCH] Revert "Bug 23727: (QA follow-up) Fix for boolean flags" This reverts commit 5f8d94c98a1f8df817fb4df07574fc20ee125107. --- Koha/Schema/Result/CourseItem.pm | 6 ------ 1 file changed, 6 deletions(-) diff --git a/Koha/Schema/Result/CourseItem.pm b/Koha/Schema/Result/CourseItem.pm index 4f78d24cdb..11acc20deb 100644 --- a/Koha/Schema/Result/CourseItem.pm +++ b/Koha/Schema/Result/CourseItem.pm @@ -251,12 +251,6 @@ __PACKAGE__->belongs_to( # Created by DBIx::Class::Schema::Loader v0.07046 @ 2020-02-19 16:07:13 # DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:8tTH0fAzewvaXRYs8+VZcg -__PACKAGE__->add_columns( - '+itype_enabled' => { is_boolean => 1 }, - '+ccode_enabled' => { is_boolean => 1 }, - '+holdingbranch_enabled' => { is_boolean => 1 }, - '+location_enabled' => { is_boolean => 1 }, -); sub koha_objects_class { 'Koha::Course::Items'; -- 2.39.5