[Koha-bugs] [Bug 7621] Circulation: Match age restriction of title with borrower's age without using categories

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Jun 27 16:05:38 CEST 2012


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

--- Comment #26 from Marc Véron <veron at 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.


More information about the Koha-bugs mailing list