[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:20:24 CEST 2012


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

--- Comment #28 from Marc Véron <veron at veron.ch> ---
If the field 'agerestriction'is not in the table, you should run:

installer/data/mysql/updatedatabase.pl

or as alternative you can do the update directly using the following MySQL
statement:

ALTER TABLE biblioitems ADD COLUMN 'agerestriction' VARCHAR(255) DEFAULT NULL
AFTER 'cn_sort' ;

Can you do that in the sandbox?

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list