27 Jun
2012
27 Jun
'12
3:05 p.m.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7621 --- Comment #26 from Marc Véron <veron@veron.ch> --- Ah I see you are testing in a sandbox. Maybe the prolbem is that you cann not update the database: --Snip Wiki ------- If you use the patch, make sure that you have a column 'agerestriction' in table biblioitems. This will be handled by updatedatabase.pl. If you want to insert the column using mysql, you can do: ALTER TABLE biblioitems ADD COLUMN 'agerestriction' VARCHAR(255) DEFAULT NULL AFTER 'cn_sort' --End Snip Wiki ------- -- You are receiving this mail because: You are watching all bug changes.