http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10937

--- Comment #17 from M. Tompsett <[email protected]> ---
Comment on attachment 24778
  --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=24778
Bug 10937 - Option to hide and group itemtypes from advanced search

Review of attachment 24778:
 --> 
(http://bugs.koha-community.org/bugzilla3/page.cgi?id=splinter.html&bug=10937&attachment=24778)
-----------------------------------------------------------------

::: installer/data/mysql/updatedatabase.pl
@@ +7950,5 @@
> +    $dbh->do(q{
> +        ALTER TABLE itemtypes
> +            ADD hideinopac TINYINT(1) NOT NULL DEFAULT 0,
> +            ADD searchcategory VARCHAR(20) DEFAULT NULL;
> +    });

You forgot to print out a meaningful message and call SetVersion, like the
other ones. :)

-- 
You are receiving this mail because:
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
[email protected]
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to