From d4f1b4c9be8a9c17e5d856fb9610c4f5fd7ff954 Mon Sep 17 00:00:00 2001 From: Lucas Gass Date: Fri, 1 Feb 2019 18:50:53 +0000 Subject: [PATCH] Revert "Bug 22125: branches.pickup_location should be flagged as boolean" This reverts commit 92cd2f8ca6ee06a05d2b6511ad75533bbf619773. --- Koha/Schema/Result/Branch.pm | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Koha/Schema/Result/Branch.pm b/Koha/Schema/Result/Branch.pm index c34af0bcc3..ea010acafe 100644 --- a/Koha/Schema/Result/Branch.pm +++ b/Koha/Schema/Result/Branch.pm @@ -627,9 +627,8 @@ __PACKAGE__->has_many( # Created by DBIx::Class::Schema::Loader v0.07042 @ 2018-10-09 10:38:33 # DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:nKWRDScCAwZUDrRhm1kYMA -__PACKAGE__->add_columns( - '+pickup_location' => { is_boolean => 1 } -); + +# You can replace this text with custom code or comments, and it will be preserved on regeneration sub koha_objects_class { 'Koha::Libraries'; -- 2.39.5