[Koha-bugs] [Bug 5786] Move AllowOnShelfHolds system preference to the Circulation Matrix

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Jul 27 08:19:11 CEST 2011


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

--- Comment #6 from Srdjan Jankovic <srdjan at catalyst.net.nz> 2011-07-27 06:19:11 UTC ---
Note: this has a database patch.
Be sure to edit the updatedatabase.pl version numbers to make it apply, or
alternatively run
 ALTER TABLE issuingrules ADD onshelfholds BOOLEAN;
 UPDATE issuingrules SET onshelfholds=1;
against the database

-- 
Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA Contact for the bug.


More information about the Koha-bugs mailing list