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

--- Comment #26 from Marc VĂ©ron <[email protected]> ---
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.
_______________________________________________
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