http://bugs.koha.org/cgi-bin/bugzilla3/show_bug.cgi?id=3887 Galen Charlton <gmcharlt@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED --- Comment #1 from Galen Charlton <gmcharlt@gmail.com> 2010-02-10 12:49:09 --- The cause of this was fixed in commit 7cde8989f by Piotr Wejman. If the lib_opac column is still missing in your database, run the following SQL: ALTER TABLE authorised_values ADD COLUMN `lib_opac` VARCHAR(80) default NULL AFTER `lib`; Please test and close. -- Configure bugmail: http://bugs.koha.org/cgi-bin/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.