Bug 17170: Minor fixes
authorTomas Cohen Arazi <tomascohen@theke.io>
Thu, 6 Oct 2022 12:21:50 +0000 (09:21 -0300)
committerTomas Cohen Arazi <tomascohen@theke.io>
Fri, 21 Oct 2022 14:15:21 +0000 (11:15 -0300)
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
Koha/Schema/Result/SearchFilter.pm
admin/search_filters.pl

index 581df45..0939412 100644 (file)
@@ -95,12 +95,8 @@ __PACKAGE__->set_primary_key("id");
 # DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:8QjxOudinfXOrLj/KkZc5Q
 
 __PACKAGE__->add_columns(
-            '+opac' => { is_boolean => 1 },
-        );
-
-__PACKAGE__->add_columns(
-            '+staff_client' => { is_boolean => 1 },
-        );
+    '+opac'         => { is_boolean => 1 },
+    '+staff_client' => { is_boolean => 1 },
+);
 
-# You can replace this text with custom code or comments, and it will be preserved on regeneration
 1;
index 21645bd..cdfee22 100755 (executable)
@@ -1,5 +1,6 @@
 #!/usr/bin/perl
-# Copyright 2013 BibLibre
+
+# Copyright 2022 ByWater Solutions
 #
 # This file is part of Koha
 #