@@ -, +, @@ --- Koha/Schema/Result/Category.pm | 3 +++ 1 file changed, 3 insertions(+) --- a/Koha/Schema/Result/Category.pm +++ a/Koha/Schema/Result/Category.pm @@ -270,6 +270,9 @@ __PACKAGE__->might_have( # Created by DBIx::Class::Schema::Loader v0.07042 @ 2016-07-08 13:37:33 # DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:LH3DdDDYXaGsNsILAUZzng +__PACKAGE__->add_columns( + '+quick_add_display' => { is_boolean => 1 }, +); # You can replace this text with custom content, and it will be preserved on regeneration 1; --