http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10937 --- Comment #17 from M. Tompsett <mtompset@hotmail.com> --- 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.